From 48db6bd6d1bd2ba8723f8b1ec2921f8f1005cf08 Mon Sep 17 00:00:00 2001 From: Christian Dullweber Date: Mon, 28 Apr 2014 20:14:15 +0200 Subject: [PATCH] update version --- CMakeLists.txt | 4 ++-- test/perftest/testperformance.cpp | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 55921292..fe32ef30 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,8 +3,8 @@ cmake_minimum_required(VERSION 2.8.9 FATAL_ERROR) # PROJECT DESCRIPTION set(META_PROJECT_NAME "voxellancer") set(META_VERSION_MAJOR "0") -set(META_VERSION_MINOR "3") -set(META_VERSION_PATCH "1") +set(META_VERSION_MINOR "4") +set(META_VERSION_PATCH "0") 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/") diff --git a/test/perftest/testperformance.cpp b/test/perftest/testperformance.cpp index 1bdf37b8..71999023 100644 --- a/test/perftest/testperformance.cpp +++ b/test/perftest/testperformance.cpp @@ -71,7 +71,7 @@ static void doSplitDetection(WorldObject* planet, WorldObjectModification &mod, go_bandit([](){ describe("VoxelTree", [](){ - World *world; + //World *world; PropertyManager::instance()->reset(); PropertyManager::instance()->load("data/config.ini"); PropertyManager::instance()->load("data/voxels.ini", "voxels");