version 1.0.0 v1.0.0
authorEvan Martin <martine@danga.com>
Thu, 13 Sep 2012 22:33:40 +0000 (15:33 -0700)
committerEvan Martin <martine@danga.com>
Thu, 13 Sep 2012 22:33:40 +0000 (15:33 -0700)
1  2 
src/ninja.cc

diff --cc src/ninja.cc
@@@ -51,7 -49,7 +49,7 @@@ namespace 
  
  /// The version number of the current Ninja release.  This will always
  /// be "git" on trunk.
- const char* kVersion = "120715";
 -const char* kVersion = "git";
++const char* kVersion = "1.0.0";
  
  /// Global information passed into subtools.
  struct Globals {