mirror of
https://github.com/xtreme8000/CavEX.git
synced 2025-01-22 09:11:55 -05:00
Release v0.3.0
This commit is contained in:
parent
120f0cb20c
commit
24cdb55152
2 changed files with 5 additions and 5 deletions
6
meta.xml
6
meta.xml
|
@ -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.
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue