diff --git a/meta.xml b/meta.xml index 668a68b..1dfd4cb 100644 --- a/meta.xml +++ b/meta.xml @@ -1,13 +1,13 @@ CavEX - Alpha 0.2.1 - 20230211000000 + Alpha 0.3.0 + 20231209000000 ByteBit/xtreme8000 Beta 1.7.3 for the Wii Your favourite block game on the Nintendo Wii. Implements Beta 1.7.3. -Works with Wiimote + Nunchuk or a Gamecube controller. +Works with Wiimote + Nunchuk or a Classic Controller. See https://github.com/xtreme8000/CavEX for more information. Licensed under GPLv3. diff --git a/source/game/game_state.h b/source/game/game_state.h index 606c2db..f28f0c3 100644 --- a/source/game/game_state.h +++ b/source/game/game_state.h @@ -34,8 +34,8 @@ #define GAME_NAME "CavEX" #define VERSION_MAJOR 0 -#define VERSION_MINOR 2 -#define VERSION_PATCH 1 +#define VERSION_MINOR 3 +#define VERSION_PATCH 0 struct game_state { sig_atomic_t quit;