Skip to content

Commit 8568f44

Browse files
committed
Build the project, creating executables and build artifacts, and modify src/common.h.
1 parent 413ee71 commit 8568f44

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/common.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ const versionT SCID_VERSION = 400; // Current file format version = 4.0
3131

3232
// Version string - use build-time definition from CMake if available, otherwise fallback to default
3333
#ifndef SCID_VERSION_STRING
34-
#define SCID_VERSION_STRING "5.1.0"
34+
#define SCID_VERSION_STRING "5.1.1"
3535
#endif
3636

3737
// Build date - use build-time definition from CMake if available, otherwise use __DATE__

0 commit comments

Comments
 (0)