update to v0.3.0 to account for new format and features
In this case, new WALLs to take into account for the game
This commit is contained in:
parent
d172922698
commit
fc62785768
3 changed files with 3 additions and 5 deletions
|
@ -1,5 +1,4 @@
|
||||||
# TTRTS v0.2.0
|
# TTRTS v0.3.0
|
||||||
|
|
||||||
*The Tiny Terminal RTS where the players write their AIs*
|
*The Tiny Terminal RTS where the players write their AIs*
|
||||||
|
|
||||||
-----------------------------------------------------------
|
-----------------------------------------------------------
|
||||||
|
|
|
@ -2,7 +2,7 @@ cmake_minimum_required( VERSION 2.8.7 )
|
||||||
|
|
||||||
# Set version information
|
# Set version information
|
||||||
set( TTRTS_VERSION_MAJOR 0 )
|
set( TTRTS_VERSION_MAJOR 0 )
|
||||||
set( TTRTS_VERSION_MINOR 2 )
|
set( TTRTS_VERSION_MINOR 3 )
|
||||||
set( TTRTS_VERSION_PATCH 0 )
|
set( TTRTS_VERSION_PATCH 0 )
|
||||||
|
|
||||||
# Use c++1y (14)
|
# Use c++1y (14)
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
## NAME
|
# ttrts - Tiny Terminal RTS v0.3.0
|
||||||
ttrts - Tiny Terminal RTS v0.2.0
|
|
||||||
|
|
||||||
## SYNOPSYS
|
## SYNOPSYS
|
||||||
ttrts MAPFILE
|
ttrts MAPFILE
|
||||||
|
|
Loading…
Add table
Reference in a new issue