Skip to content

Commit edddcb0

Browse files
committed
ticked version to 4.3.0 to exceed Adrian's release and avoid confusion
1 parent 51c7dd0 commit edddcb0

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ cmake_minimum_required( VERSION 2.8.7 FATAL_ERROR )
22
PROJECT(Stage)
33

44
SET( V_MAJOR 4 )
5-
SET( V_MINOR 2 )
5+
SET( V_MINOR 3 )
66
SET( V_BUGFIX 0 )
77

88
SET( VERSION ${V_MAJOR}.${V_MINOR}.${V_BUGFIX} )

RELEASE.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ These are the Stage release notes.
66
For introduction and license see README.txt
77
For 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) vaughan@sfu.ca - 2017.4.27
917

1018
Version 4.2.1
1119
-------------

0 commit comments

Comments
 (0)