diff --git a/CMakeLists.txt b/CMakeLists.txt index 053a824ca..c15743c7b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -11,7 +11,7 @@ endif() # VCMI version set(VCMI_VERSION_MAJOR 0) -set(VCMI_VERSION_MINOR 91) +set(VCMI_VERSION_MINOR 92) set(VCMI_VERSION_PATCH 0) option(DISABLE_ERM "Disable compilation of ERM scripting module" ON) diff --git a/debian/changelog b/debian/changelog index 3267de07d..19db16e0b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,15 @@ +vcmi (0.92) precise; urgency=low + + * New upstream release + + -- Ivan Savenko Fri, 01 Mar 2013 10:28:08 +0200 + vcmi (0.91) unstable; urgency=low * New upstream release * Build system is now CMake - -- Ivan Savenko Fri, 01 Feb 2013 10:49:40 +0200 + -- Ivan Savenko Fri, 01 Feb 2013 10:49:40 +0200 vcmi (0.90) unstable; urgency=low diff --git a/debian/control b/debian/control index a472ba5f8..e7a708092 100644 --- a/debian/control +++ b/debian/control @@ -1,7 +1,7 @@ Source: vcmi Section: games Priority: optional -Maintainer: frank zago +Maintainer: Ivan Savenko Build-Depends: debhelper (>= 8), cmake, libsdl-image1.2-dev, libsdl-ttf2.0-dev, libsdl-mixer1.2-dev (>= 1.2.8), zlib1g-dev, libavformat-dev, libswscale-dev, libboost-dev (>=1.46), libboost-program-options-dev (>=1.46), libboost-filesystem-dev (>=1.46), libboost-system-dev (>=1.46), libboost-thread-dev (>=1.46) Standards-Version: 3.9.1 Homepage: http://vcmi.eu