Skip to content

Commit

Permalink
ticked version to 4.3.0 to exceed Adrian's release and avoid confusion
Browse files Browse the repository at this point in the history
  • Loading branch information
rtv committed Apr 27, 2017
1 parent 51c7dd0 commit edddcb0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cmake_minimum_required( VERSION 2.8.7 FATAL_ERROR )
PROJECT(Stage)

SET( V_MAJOR 4 )
SET( V_MINOR 2 )
SET( V_MINOR 3 )
SET( V_BUGFIX 0 )

SET( VERSION ${V_MAJOR}.${V_MINOR}.${V_BUGFIX} )
Expand Down
8 changes: 8 additions & 0 deletions RELEASE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ These are the Stage release notes.
For introduction and license see README.txt
For installation notes see INSTALL.txt

Version 4.3.0
-------------
* gratefully merged Adrian Böckenkamp's (CodeFinder2) fork upstream into rtv/Stage.
* fixed corrupted strings in GUI bug
* fixed ranger visualizations bug (only showed up on some platform/driver combos)
* build/install changes to play nicely with ROS (for the Lunar release of stage_ros)

Richard Vaughan (rtv) [email protected] - 2017.4.27

Version 4.2.1
-------------
Expand Down

0 comments on commit edddcb0

Please sign in to comment.