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 10a4bcf commit fab3f72Copy full SHA for fab3f72
CMakeLists.txt
@@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 2.8.9 FATAL_ERROR)
4
set(META_PROJECT_NAME "voxellancer")
5
set(META_VERSION_MAJOR "0")
6
set(META_VERSION_MINOR "3")
7
-set(META_VERSION_PATCH "0")
+set(META_VERSION_PATCH "1")
8
set(META_VERSION "${META_VERSION_MAJOR}.${META_VERSION_MINOR}.${META_VERSION_PATCH}")
9
set(META_AUTHOR_ORGANIZATION "voxelinc")
10
set(META_AUTHOR_DOMAIN "https://github.com/voxelinc/voxellancer/")
0 commit comments