Upgrade to version 0.7.0

Many breaking changes have been introduced by previous commits, so it
might be a good idea to do so.
This commit is contained in:
Xavier Del Campo Romero 2021-10-24 03:03:09 +02:00
parent 659b069b64
commit ca52bfc045
1 changed files with 5 additions and 3 deletions

View File

@ -57,21 +57,23 @@ extern "C"
* - PSXSDK 2018-01-10
* + 0.6.2 (0x0602)
* - PSXSDK 2019-04-10
* + 0.7.0 (0x070000)
* - PSXSDK 2021-10-24
*/
#define PSXSDK_VERSION 0x0602
#define PSXSDK_VERSION 0x070000
/**
* PSXSDK version information in string format
*/
#define PSXSDK_VERSION_STRING "0.6.2"
#define PSXSDK_VERSION_STRING "0.7.0"
/**
* PSXSDK version date (BCD YYYY-MM-DD)
*/
#define PSXSDK_VERSION_DATE 0x20190410
#define PSXSDK_VERSION_DATE 0x20211024
/*