Skip to content

Commit d27b39a

Browse files
committed
mark release 120508
1 parent 3b0e78a commit d27b39a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ninja.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ namespace {
5151

5252
/// The version number of the current Ninja release. This will always
5353
/// be "git" on trunk.
54-
const char* kVersion = "git";
54+
const char* kVersion = "120508";
5555

5656
/// Global information passed into subtools.
5757
struct Globals {

0 commit comments

Comments
 (0)