diff --git a/CMakeLists.txt b/CMakeLists.txt index e6967c40abd14..6d9f5c350ff56 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -5,7 +5,7 @@ CMAKE_MINIMUM_REQUIRED(VERSION 2.8.11) PROJECT(Stellarium) SET(STELLARIUM_MAJOR "0") SET(STELLARIUM_MINOR "13") -SET(STELLARIUM_PATCH "0") +SET(STELLARIUM_PATCH "1") SET(VERSION "${STELLARIUM_MAJOR}.${STELLARIUM_MINOR}.${STELLARIUM_PATCH}") SET(PACKAGE stellarium) diff --git a/ChangeLog b/ChangeLog index 55151caadbc91..3e41544e9b69d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -13,7 +13,7 @@ New version of the Quasars plugin: improvements for performance; added marker_co New version of the Pulsars plugin: improvements for performance; display pulsars with glitches; setting color for marker for different types of the pulsars. New versions of the Compass Marks, Oculars, Historical Supernovae, Observability analysis and Bright Novae plugins: bug fixing, code refactoring and improvements. -Full list of changes: https://launchpad.net/stellarium/+milestone/0.13.0 +Full list of changes: https://launchpad.net/stellarium/0.13/0.13.0 0.12.4 [2013-09-26] Bugfix release.