Skip to content

Commit

Permalink
Release 2.2.0
Browse files Browse the repository at this point in the history
git-svn-id: svn://svn.code.sf.net/p/mmapper/code/trunk/mmapper@209 14c008a5-6e10-0410-bf79-c100e0f1932b
  • Loading branch information
klember committed Jul 12, 2013
1 parent 8e920cc commit 4142677
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ else()
endif()

# Version
set(VERSION "2.1.1")
set(VERSION "2.2.0")
add_definitions(-DMMAPPER_VERSION="${VERSION}" -DWITH_SPLASH)
message(STATUS "MMapper version ${VERSION} (${CMAKE_BUILD_TYPE} distribution)")

Expand Down
15 changes: 15 additions & 0 deletions NEWS.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
=============================
MMapper 2.2.0 (July 13, 2013)
=============================

Changes:
- Compatibility fixes with latest MUME server
- Build fixes
- Minor crasher fixes
- Add links to MMapper and MUME related websites in Help menu
- Help->About redesign
- Portions of the code relicensed under GPLv2+ (was GPLv2 before)
- Show the MMapper version on the splash screen
- Use telnet sequences for detecting prompt
- Automatically switch on the xml mode
- Initial support for trails and climb exits

0 comments on commit 4142677

Please sign in to comment.