From 05c8318099ed1b9a4a0b3f6243fcbdfd3cc2cbe8 Mon Sep 17 00:00:00 2001 From: mdiluzio Date: Wed, 31 Dec 2014 18:43:30 +0000 Subject: [PATCH] Update to v0.3.2 --- CMakeLists.txt | 2 +- README.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6d72293..01d8a13 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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" ) diff --git a/README.md b/README.md index f13350c..1f18053 100644 --- a/README.md +++ b/README.md @@ -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