Release v0.3.0

This commit is contained in:
xtreme8000 2023-12-09 23:48:47 +01:00
parent 120f0cb20c
commit 24cdb55152
2 changed files with 5 additions and 5 deletions

View file

@ -1,13 +1,13 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<app version="1">
<name>CavEX</name>
<version>Alpha 0.2.1</version>
<release_date>20230211000000</release_date>
<version>Alpha 0.3.0</version>
<release_date>20231209000000</release_date>
<coder>ByteBit/xtreme8000</coder>
<short_description>Beta 1.7.3 for the Wii</short_description>
<long_description>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.

View file

@ -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;