From fab3f72df3f587dd2a58bf056a1cd78395f89004 Mon Sep 17 00:00:00 2001 From: Christian Dullweber Date: Sun, 30 Mar 2014 14:10:57 +0200 Subject: [PATCH] update version --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7ad66ec4..b247b9a0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 2.8.9 FATAL_ERROR) set(META_PROJECT_NAME "voxellancer") set(META_VERSION_MAJOR "0") set(META_VERSION_MINOR "3") -set(META_VERSION_PATCH "0") +set(META_VERSION_PATCH "1") set(META_VERSION "${META_VERSION_MAJOR}.${META_VERSION_MINOR}.${META_VERSION_PATCH}") set(META_AUTHOR_ORGANIZATION "voxelinc") set(META_AUTHOR_DOMAIN "https://github.com/voxelinc/voxellancer/")