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
|
||||
*v0.0.1*
|
||||
# TTRTS v0.1.0
|
||||
|
||||
*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( TTRTS_VERSION_MAJOR 0 )
|
||||
set( TTRTS_VERSION_MINOR 0 )
|
||||
set( TTRTS_VERSION_PATCH 1 )
|
||||
set( TTRTS_VERSION_MINOR 1 )
|
||||
set( TTRTS_VERSION_PATCH 0 )
|
||||
|
||||
# Use c++1y (14)
|
||||
set( CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} --std=c++1y" )
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
## NAME
|
||||
ttrts - Tiny Terminal RTS v0.0.1
|
||||
ttrts - Tiny Terminal RTS v0.1.0
|
||||
|
||||
## SYNOPSYS
|
||||
ttrts MAPFILE
|
||||
|
|
Loading…
Add table
Reference in a new issue