Update to v0.3.2
This commit is contained in:
parent
082810de4a
commit
05c8318099
2 changed files with 8 additions and 1 deletions
|
@ -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" )
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue