summaryrefslogtreecommitdiffstats
path: root/src/ninja.cc
diff options
context:
space:
mode:
authorEvan Martin <martine@danga.com>2013-04-05 16:34:09 (GMT)
committerEvan Martin <martine@danga.com>2013-04-05 16:34:14 (GMT)
commit60f3ea6219a4c960ee6ee888679b5b63a6c1465a (patch)
tree3b5a7a87ea68ca281fd5fff937e7c5687bb08562 /src/ninja.cc
parent2e2044c483ae5e964db8920d8dee648fea2b3e25 (diff)
downloadNinja-60f3ea6219a4c960ee6ee888679b5b63a6c1465a.zip
Ninja-60f3ea6219a4c960ee6ee888679b5b63a6c1465a.tar.gz
Ninja-60f3ea6219a4c960ee6ee888679b5b63a6c1465a.tar.bz2
fix version number so that we actually call ourselves v1.2.0
Diffstat (limited to 'src/ninja.cc')
-rw-r--r--src/ninja.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/ninja.cc b/src/ninja.cc
index 9529a50..69646e1 100644
--- a/src/ninja.cc
+++ b/src/ninja.cc
@@ -49,10 +49,6 @@ int MSVCHelperMain(int argc, char** argv);
namespace {
-/// The version number of the current Ninja release. This will always
-/// be "git" on trunk.
-const char* kVersion = "1.2.0";
-
/// Global information passed into subtools.
struct Globals {
Globals() : state(new State()) {}