Skip to content

Commit 7cfc1f9

Browse files
committed
Restore development version
No functional change
1 parent 773dff0 commit 7cfc1f9

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
@@ -67,7 +67,7 @@ namespace {
6767

6868
/// Version number. If Version is left empty, then compile date in the format
6969
/// DD-MM-YY and show in engine_info.
70-
const string Version = "14";
70+
const string Version = "";
7171

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

0 commit comments

Comments
 (0)