Skip to content

Commit

Permalink
added forgotten version number bump and release notes for v4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rtv committed Dec 3, 2010
1 parent edbf437 commit 4f0a60d
Show file tree
Hide file tree
Showing 2 changed files with 8 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 0 )
SET( V_BUGFIX 0 )
SET( V_BUGFIX 1 )

SET( VERSION ${V_MAJOR}.${V_MINOR}.${V_BUGFIX} )
SET( APIVERSION ${V_MAJOR}.${V_MINOR} )
Expand Down
7 changes: 7 additions & 0 deletions RELEASE.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
Version 4.0.1
-------------
- Bugfixes
- more sparing use of memory to support very large worlds (square kms!)

Richard Vaughan (rtv) [email protected] - 2010.12.2

Version 4.0.0
-------------

Expand Down

0 comments on commit 4f0a60d

Please sign in to comment.