Upgrade to version 0.7.1

This commit is contained in:
Xavier Del Campo Romero 2022-06-08 00:54:16 +02:00
parent 51824e61d0
commit ecfc7a127b
1 changed files with 3 additions and 3 deletions

View File

@ -61,19 +61,19 @@ extern "C"
* - PSXSDK 2021-10-24
*/
#define PSXSDK_VERSION 0x070000
#define PSXSDK_VERSION 0x070100
/**
* PSXSDK version information in string format
*/
#define PSXSDK_VERSION_STRING "0.7.0"
#define PSXSDK_VERSION_STRING "0.7.1"
/**
* PSXSDK version date (BCD YYYY-MM-DD)
*/
#define PSXSDK_VERSION_DATE 0x20211024
#define PSXSDK_VERSION_DATE 0x20211208
/*