From d71983dcb191b5281876551ac12bb25893bf2b09 Mon Sep 17 00:00:00 2001 From: mdiluzio Date: Sat, 20 Dec 2014 17:31:13 +0000 Subject: [PATCH] Update to version 0.1.0 --- README.md | 4 ++-- source/CMakeLists.txt | 4 ++-- source/ttrts/README.md | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 4ad10f5..be67d0d 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -# TTRTS -*v0.0.1* +# TTRTS v0.1.0 + *The Tiny Terminal RTS where the players write their AIs* ----------------------------------------------------------- diff --git a/source/CMakeLists.txt b/source/CMakeLists.txt index b65975c..7891d29 100644 --- a/source/CMakeLists.txt +++ b/source/CMakeLists.txt @@ -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" ) diff --git a/source/ttrts/README.md b/source/ttrts/README.md index 041ece2..0bd15c2 100644 --- a/source/ttrts/README.md +++ b/source/ttrts/README.md @@ -1,5 +1,5 @@ ## NAME - ttrts - Tiny Terminal RTS v0.0.1 + ttrts - Tiny Terminal RTS v0.1.0 ## SYNOPSYS ttrts MAPFILE