summaryrefslogtreecommitdiff
path: root/libpsx/include
diff options
context:
space:
mode:
authorXavier Del Campo Romero <xavi.dcr@tutanota.com>2021-10-24 03:03:09 +0200
committerXavier Del Campo Romero <xavi.dcr@tutanota.com>2021-10-24 03:11:31 +0200
commitca52bfc0454918e69d9a8cc0033b23eb7a755d36 (patch)
treed6c8b291d0246a9538aeffe8ba8e0162fcd4944e /libpsx/include
parent659b069b64199139c8287289eb1e555cefd28593 (diff)
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.
Diffstat (limited to 'libpsx/include')
-rw-r--r--libpsx/include/psx.h8
1 files changed, 5 insertions, 3 deletions
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
/*