summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Wolf <alex.v.wolf@gmail.com>2019-05-02 12:13:05 +0600
committerAlexander Wolf <alex.v.wolf@gmail.com>2019-05-02 12:13:05 +0600
commit75d3f92af766dbeb92a1d89ff682233bec66587b (patch)
treecbf5de33b5188e4b96b143cd49cfe147ae895993
parent7ba509d26bb6a7d8e9a8e16731f317e891e1041e (diff)
Added speed-up fix for sphere geometry0.12
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 0d9fd0eb87..9b5375aa20 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -13,7 +13,7 @@ ENDIF()
PROJECT(Stellarium)
SET(STELLARIUM_MAJOR "0")
SET(STELLARIUM_MINOR "12")
-SET(STELLARIUM_PATCH "10")
+SET(STELLARIUM_PATCH "11")
SET(VERSION "${STELLARIUM_MAJOR}.${STELLARIUM_MINOR}.${STELLARIUM_PATCH}")
SET(PACKAGE stellarium)