aboutsummaryrefslogtreecommitdiff
path: root/emcc
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2014-02-22 17:24:54 -0800
committerAlon Zakai <alonzakai@gmail.com>2014-02-22 17:24:54 -0800
commitdb905e3779cb5a8d3066b78f8fa651c4fd006c66 (patch)
tree9e8a38953ab3b27dc0c6f7d9cf1a40ee3730dd80 /emcc
parent5840e88177f1480feb215b606704d0a502bb841b (diff)
parentd703d5accc143a1fa8317899c4d3c943461134c5 (diff)
Merge branch 'master' of github.com:haneefmubarak/emscripten into incoming
Diffstat (limited to 'emcc')
-rwxr-xr-xemcc2
1 files changed, 1 insertions, 1 deletions
diff --git a/emcc b/emcc
index 2c3033aa..6d8ff6f6 100755
--- a/emcc
+++ b/emcc
@@ -573,7 +573,7 @@ elif sys.argv[1] == '--version':
finally:
os.chdir(here)
print '''emcc (Emscripten GCC-like replacement) %s (%s)
-Copyright (C) 2013 the Emscripten authors (see AUTHORS.txt)
+Copyright (C) 2014 the Emscripten authors (see AUTHORS.txt)
This is free and open source software under the MIT license.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
''' % (shared.EMSCRIPTEN_VERSION, revision)