Skip to content

Commit 13e03ee

Browse files
committed
bugfix release 4.1.1
1 parent 3875133 commit 13e03ee

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 @@ PROJECT(Stage)
22

33
SET( V_MAJOR 4 )
44
SET( V_MINOR 1 )
5-
SET( V_BUGFIX 0 )
5+
SET( V_BUGFIX 1 )
66

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

RELEASE.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@ For introduction and license see README.txt
77
For installation notes see INSTALL.txt
88

99

10+
Version 4.1.1
11+
-------------
12+
* fixed bugs in libstageplugin/p_ranger.cc that prevented the plugin from building
13+
* updated some docs
14+
15+
Richard Vaughan (rtv) vaughan@sfu.ca - 2012.1.11
16+
17+
1018
Version 4.1.0
1119
-------------
1220
* many bugfixes

0 commit comments

Comments
 (0)