This commit is contained in:
DavidXanatos 2023-11-29 07:29:24 +01:00
parent 420f5ee734
commit 5e71d30208
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,1
#define MY_VERSION_STRING "5.67.1"
#define MY_VERSION_BINARY 5,67,2
#define MY_VERSION_STRING "5.67.2"
#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 1
#define VERSION_REV 2
#define VERSION_UPD 0
#ifndef STR