This commit is contained in:
DavidXanatos 2024-01-07 19:02:50 +01:00
parent f5333387b8
commit ab0e611004
2 changed files with 3 additions and 3 deletions

View File

@ -21,8 +21,8 @@
#ifndef _MY_VERSION_H
#define _MY_VERSION_H
#define MY_VERSION_BINARY 5,67,6
#define MY_VERSION_STRING "5.67.6"
#define MY_VERSION_BINARY 5,67,7
#define MY_VERSION_STRING "5.67.7"
#define MY_ABI_VERSION 0x56700
// These #defines are used by either Resource Compiler or NSIS installer

View File

@ -2,7 +2,7 @@
#define VERSION_MJR 1
#define VERSION_MIN 12
#define VERSION_REV 6
#define VERSION_REV 7
#define VERSION_UPD 0
#ifndef STR