Update to v0.3.2

This commit is contained in:
mdiluzio 2014-12-31 18:43:30 +00:00
parent 082810de4a
commit 05c8318099
2 changed files with 8 additions and 1 deletions

View file

@ -3,7 +3,7 @@ cmake_minimum_required( VERSION 2.8.7 )
# Set version information
set( TTRTS_VERSION_MAJOR 0 )
set( TTRTS_VERSION_MINOR 3 )
set( TTRTS_VERSION_PATCH 1 )
set( TTRTS_VERSION_PATCH 2 )
# Use c++1y (14)
set( CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} --std=c++1y" )

View file

@ -31,6 +31,13 @@ TTRTS is from the ground up designed to be a fun way to practice programming. An
-----------------------------------------------------------
## Changelog
#### v0.3.2
* Fix bug when loading map files with walls
* Fix ttrts on OSX
* Install man files to correct location
* Update usage of sed to be compatible with BSD as well as GNU versions
* New maps and renames of old ones
#### v0.3.1
* Upgraded install target to repository
* libttrts static library binary in /usr/local/lib