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.
This commit is contained in:
mdiluzio 2014-12-22 20:05:49 +00:00
parent 5d07bb03f3
commit 78bc326b8d
3 changed files with 3 additions and 4 deletions

View file

@ -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)