From b3c5757f2eb00319b2bda02bcefc8b6b035303e7 Mon Sep 17 00:00:00 2001 From: Ivan Savenko Date: Fri, 31 May 2013 23:11:50 +0000 Subject: [PATCH] (linux) version set to 0.93 --- CMakeLists.txt | 2 +- debian/changelog | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index af7719dda..4293256aa 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -11,7 +11,7 @@ endif() # VCMI version set(VCMI_VERSION_MAJOR 0) -set(VCMI_VERSION_MINOR 92) +set(VCMI_VERSION_MINOR 93) set(VCMI_VERSION_PATCH 0) option(DISABLE_ERM "Disable compilation of ERM scripting module" ON) diff --git a/debian/changelog b/debian/changelog index 19db16e0b..c44a9012e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +vcmi (0.93) precise; urgency=low + + * New upstream release + + -- Ivan Savenko Sat, 01 Jun 2013 02:10:12 +0300 + vcmi (0.92) precise; urgency=low * New upstream release