Update to version 0.1.0
This commit is contained in:
parent
4f595ff92e
commit
d71983dcb1
3 changed files with 5 additions and 5 deletions
|
@ -1,5 +1,5 @@
|
||||||
# TTRTS
|
# TTRTS v0.1.0
|
||||||
*v0.0.1*
|
|
||||||
*The Tiny Terminal RTS where the players write their AIs*
|
*The Tiny Terminal RTS where the players write their AIs*
|
||||||
|
|
||||||
-----------------------------------------------------------
|
-----------------------------------------------------------
|
||||||
|
|
|
@ -2,8 +2,8 @@ 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 0 )
|
set( TTRTS_VERSION_MINOR 1 )
|
||||||
set( TTRTS_VERSION_PATCH 1 )
|
set( TTRTS_VERSION_PATCH 0 )
|
||||||
|
|
||||||
# Use c++1y (14)
|
# Use c++1y (14)
|
||||||
set( CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} --std=c++1y" )
|
set( CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} --std=c++1y" )
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
## NAME
|
## NAME
|
||||||
ttrts - Tiny Terminal RTS v0.0.1
|
ttrts - Tiny Terminal RTS v0.1.0
|
||||||
|
|
||||||
## SYNOPSYS
|
## SYNOPSYS
|
||||||
ttrts MAPFILE
|
ttrts MAPFILE
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue