From ab7fa2d436c5bec8535576aaf0bf162460bbb946 Mon Sep 17 00:00:00 2001 From: klember Date: Sun, 14 Jul 2013 21:00:58 +0000 Subject: [PATCH] Release 2.2.1 git-svn-id: svn://svn.code.sf.net/p/mmapper/code/trunk/mmapper@221 14c008a5-6e10-0410-bf79-c100e0f1932b --- CMakeLists.txt | 2 +- NEWS.txt | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 855b4bc2c..4995515ff 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -26,7 +26,7 @@ else() endif() # Version -set(VERSION "2.2.0") +set(VERSION "2.2.1") add_definitions(-DMMAPPER_VERSION="${VERSION}" -DWITH_SPLASH) message(STATUS "MMapper version ${VERSION} (${CMAKE_BUILD_TYPE} distribution)") diff --git a/NEWS.txt b/NEWS.txt index 8f333059b..62ef96cca 100644 --- a/NEWS.txt +++ b/NEWS.txt @@ -1,3 +1,12 @@ +============================= +MMapper 2.2.1 (July 14, 2013) +============================= + +Changes: + - Build fixes + - Fix issues with XML mode in the account menu + - Make _name and _noride commands work (thanks Waba!) + ============================= MMapper 2.2.0 (July 13, 2013) =============================