From 78bc326b8d1a4651627766aa38133bbcf65eeec6 Mon Sep 17 00:00:00 2001 From: mdiluzio Date: Mon, 22 Dec 2014 20:05:49 +0000 Subject: [PATCH] Update to minor version 2 The file format and name has changed in the following ways: All team references are now player, so tm: -> pl. Order file format is now Player_#_Turn_#.txt. --- README.md | 2 +- source/CMakeLists.txt | 2 +- source/ttrts/README.md | 3 +-- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index be67d0d..db1e409 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# TTRTS v0.1.0 +# TTRTS v0.2.0 *The Tiny Terminal RTS where the players write their AIs* diff --git a/source/CMakeLists.txt b/source/CMakeLists.txt index 7891d29..f22f656 100644 --- a/source/CMakeLists.txt +++ b/source/CMakeLists.txt @@ -2,7 +2,7 @@ cmake_minimum_required( VERSION 2.8.7 ) # Set version information set( TTRTS_VERSION_MAJOR 0 ) -set( TTRTS_VERSION_MINOR 1 ) +set( TTRTS_VERSION_MINOR 2 ) set( TTRTS_VERSION_PATCH 0 ) # Use c++1y (14) diff --git a/source/ttrts/README.md b/source/ttrts/README.md index ae97b36..11e135f 100644 --- a/source/ttrts/README.md +++ b/source/ttrts/README.md @@ -1,5 +1,5 @@ ## NAME - ttrts - Tiny Terminal RTS v0.1.0 + ttrts - Tiny Terminal RTS v0.2.0 ## SYNOPSYS ttrts MAPFILE @@ -57,4 +57,3 @@ F - move unit [F]orward one space L/R - rotate unit [L]eft or [R]ight A - [A]ttack in straight line in front of unit - \ No newline at end of file