Skip to content

Commit

Permalink
bugfix release 4.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rtv committed Jan 12, 2012
1 parent 3875133 commit 13e03ee
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PROJECT(Stage)

SET( V_MAJOR 4 )
SET( V_MINOR 1 )
SET( V_BUGFIX 0 )
SET( V_BUGFIX 1 )

SET( VERSION ${V_MAJOR}.${V_MINOR}.${V_BUGFIX} )
SET( APIVERSION ${V_MAJOR}.${V_MINOR} )
Expand Down
8 changes: 8 additions & 0 deletions RELEASE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ For introduction and license see README.txt
For installation notes see INSTALL.txt


Version 4.1.1
-------------
* fixed bugs in libstageplugin/p_ranger.cc that prevented the plugin from building
* updated some docs

Richard Vaughan (rtv) [email protected] - 2012.1.11


Version 4.1.0
-------------
* many bugfixes
Expand Down

0 comments on commit 13e03ee

Please sign in to comment.