This commit is contained in:
DavidXanatos 2023-08-05 18:08:34 +02:00
parent c20163acf5
commit 1d2509faeb
2 changed files with 4 additions and 4 deletions

View File

@ -21,8 +21,8 @@
#ifndef _MY_VERSION_H
#define _MY_VERSION_H
#define MY_VERSION_BINARY 5,65,2
#define MY_VERSION_STRING "5.65.2"
#define MY_VERSION_BINARY 5,65,3
#define MY_VERSION_STRING "5.65.3"
#define MY_ABI_VERSION 0x56500
// These #defines are used by either Resource Compiler or NSIS installer

View File

@ -2,8 +2,8 @@
#define VERSION_MJR 1
#define VERSION_MIN 10
#define VERSION_REV 2
#define VERSION_UPD 7
#define VERSION_REV 3
#define VERSION_UPD 0
#ifndef STR
#define STR2(X) #X