This commit is contained in:
DavidXanatos 2022-05-01 17:52:28 +02:00
parent 954a30047a
commit 50b2420f22
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,55,19
#define MY_VERSION_STRING "5.55.19"
#define MY_VERSION_BINARY 5,55,20
#define MY_VERSION_STRING "5.55.20"
#define MY_VERSION_COMPAT "5.55.0" // this refers to the driver ABI compatibility
// These #defines are used by either Resource Compiler or NSIS installer

View File

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