This commit is contained in:
DavidXanatos 2022-07-22 17:43:40 +02:00
parent c5be3302dd
commit 2d9f10808a
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,57,4
#define MY_VERSION_STRING "5.57.4"
#define MY_VERSION_BINARY 5,57,5
#define MY_VERSION_STRING "5.57.5"
#define MY_VERSION_COMPAT "5.57.1" // 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 2
#define VERSION_REV 4
#define VERSION_REV 5
#define VERSION_UPD 0
#ifndef STR