From ecfc7a127b9be4f5d42e4c244bc8b60ff1074492 Mon Sep 17 00:00:00 2001 From: Xavier Del Campo Romero Date: Wed, 8 Jun 2022 00:54:16 +0200 Subject: [PATCH] Upgrade to version 0.7.1 --- libpsx/include/psx.h | 6 +++--- 1 file 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 /*