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 )
2
2
PROJECT (Stage )
3
3
4
4
SET ( V_MAJOR 4 )
5
- SET ( V_MINOR 2 )
5
+ SET ( V_MINOR 3 )
6
6
SET ( V_BUGFIX 0 )
7
7
8
8
SET ( 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.
6
6
For introduction and license see README.txt
7
7
For installation notes see INSTALL.txt
8
8
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) vaughan@sfu.ca - 2017.4.27
9
17
10
18
Version 4.2.1
11
19
-------------
You can’t perform that action at this time.
0 commit comments