src/common.h
1 parent 413ee71 commit 8568f44Copy full SHA for 8568f44
1 file changed
src/common.h
@@ -31,7 +31,7 @@ const versionT SCID_VERSION = 400; // Current file format version = 4.0
31
32
// Version string - use build-time definition from CMake if available, otherwise fallback to default
33
#ifndef SCID_VERSION_STRING
34
-#define SCID_VERSION_STRING "5.1.0"
+#define SCID_VERSION_STRING "5.1.1"
35
#endif
36
37
// Build date - use build-time definition from CMake if available, otherwise use __DATE__
0 commit comments