diff --git a/libpsx/include/psx.h b/libpsx/include/psx.h index f1316d0..9fdbff0 100644 --- a/libpsx/include/psx.h +++ b/libpsx/include/psx.h @@ -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 /*