Skip to content

Commit bcf9282

Browse files
committed
Restore development version
No functional change
1 parent c3483fa commit bcf9282

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/misc.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ namespace {
5656

5757
/// Version number. If Version is left empty, then compile date in the format
5858
/// DD-MM-YY and show in engine_info.
59-
const string Version = "11";
59+
const string Version = "";
6060

6161
/// Our fancy logging facility. The trick here is to replace cin.rdbuf() and
6262
/// cout.rdbuf() with two Tie objects that tie cin and cout to a file stream. We

0 commit comments

Comments
 (0)