This commit is contained in:
DavidXanatos 2023-11-30 08:42:26 +01:00
parent 842048485a
commit 78fb89bf39
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,2
#define MY_VERSION_STRING "5.67.2"
#define MY_VERSION_BINARY 5,67,3
#define MY_VERSION_STRING "5.67.3"
#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 2
#define VERSION_REV 3
#define VERSION_UPD 0
#ifndef STR