summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/ninja.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ninja.cc b/src/ninja.cc
index 809768c..4ce16e7 100644
--- a/src/ninja.cc
+++ b/src/ninja.cc
@@ -51,7 +51,7 @@ namespace {
/// The version number of the current Ninja release. This will always
/// be "git" on trunk.
-const char* kVersion = "git";
+const char* kVersion = "120715";
/// Global information passed into subtools.
struct Globals {