We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3875133 commit 13e03eeCopy full SHA for 13e03ee
CMakeLists.txt
@@ -2,7 +2,7 @@ PROJECT(Stage)
2
3
SET( V_MAJOR 4 )
4
SET( V_MINOR 1 )
5
-SET( V_BUGFIX 0 )
+SET( V_BUGFIX 1 )
6
7
SET( VERSION ${V_MAJOR}.${V_MINOR}.${V_BUGFIX} )
8
SET( APIVERSION ${V_MAJOR}.${V_MINOR} )
RELEASE.txt
@@ -7,6 +7,14 @@ For introduction and license see README.txt
For installation notes see INSTALL.txt
9
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
18
Version 4.1.0
19
-------------
20
* many bugfixes
0 commit comments