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 edbf437 commit 4f0a60dCopy full SHA for 4f0a60d
CMakeLists.txt
@@ -2,7 +2,7 @@ PROJECT(Stage)
2
3
SET( V_MAJOR 4 )
4
SET( V_MINOR 0 )
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
@@ -1,3 +1,10 @@
1
+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
9
-------------
10
0 commit comments