diff --git a/CMakeLists.txt b/CMakeLists.txt index 9a06161a9..0db0737dc 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -14,7 +14,7 @@ endif() # VCMI version set(VCMI_VERSION_MAJOR 0) -set(VCMI_VERSION_MINOR 95) +set(VCMI_VERSION_MINOR 96) set(VCMI_VERSION_PATCH 0) option(ENABLE_ERM "Enable compilation of ERM scripting module" OFF) diff --git a/debian/changelog b/debian/changelog index 3dde14aad..0405893dd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +vcmi (0.96) trusty; urgency=low + + * New upstream release + + -- Ivan Savenko Tue, 01 Jul 2014 20:57:29 +0300 + vcmi (0.95) precise; urgency=low * New upstream release