diff options
| author | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2022-06-08 00:54:16 +0200 |
|---|---|---|
| committer | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2022-06-08 00:54:16 +0200 |
| commit | ecfc7a127b9be4f5d42e4c244bc8b60ff1074492 (patch) | |
| tree | 6ac08eaadd8938aa1c39b0ef39814d7b942cc651 /libpsx | |
| parent | 51824e61d0e6c520e4f67b0694be4ab25b32073f (diff) | |
Upgrade to version 0.7.1v0.7.1
Diffstat (limited to 'libpsx')
| -rw-r--r-- | libpsx/include/psx.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libpsx/include/psx.h b/libpsx/include/psx.h index d1d73c0..730fc06 100644 --- a/libpsx/include/psx.h +++ b/libpsx/include/psx.h @@ -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 /* |
