File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ cmake_minimum_required( VERSION 2.8.7 FATAL_ERROR )
22PROJECT (Stage)
33
44SET ( V_MAJOR 4 )
5- SET ( V_MINOR 2 )
5+ SET ( V_MINOR 3 )
66SET ( V_BUGFIX 0 )
77
88SET ( VERSION ${V_MAJOR} .${V_MINOR} .${V_BUGFIX} )
Original file line number Diff line number Diff line change @@ -6,6 +6,14 @@ These are the Stage release notes.
66For introduction and license see README.txt
77For installation notes see INSTALL.txt
88
9+ Version 4.3.0
10+ -------------
11+ * gratefully merged Adrian Böckenkamp's (CodeFinder2) fork upstream into rtv/Stage.
12+ * fixed corrupted strings in GUI bug
13+ * fixed ranger visualizations bug (only showed up on some platform/driver combos)
14+ * build/install changes to play nicely with ROS (for the Lunar release of stage_ros)
15+
16+ Richard Vaughan (rtv)
[email protected] - 2017.4.27
917
1018Version 4.2.1
1119-------------
You can’t perform that action at this time.
0 commit comments