diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/ninja.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ninja.cc b/src/ninja.cc index 6090bdb..2981c01 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 = "120508"; /// Global information passed into subtools. struct Globals { |