Allow full circle rotation with 2degs step for plantlike drawtype.
[oweals/minetest.git] / CMakeLists.txt
index da7e469233bcc2276cffe2eea95c995a2797dc3e..2050e57a6ccaf3a22fce5c99385fbac1553081e3 100644 (file)
@@ -12,7 +12,7 @@ set(VERSION_EXTRA "" CACHE STRING "Stuff to append to version string")
 # Also remember to set PROTOCOL_VERSION in clientserver.h when releasing
 set(VERSION_MAJOR 0)
 set(VERSION_MINOR 4)
-set(VERSION_PATCH 9)
+set(VERSION_PATCH 10)
 set(VERSION_PATCH_ORIG ${VERSION_PATCH})
 
 if(VERSION_EXTRA)