From 346ed1524b7fedf6f0a65be3644818bd83fe1848 Mon Sep 17 00:00:00 2001 From: pktiuk Date: Mon, 21 Nov 2022 20:21:09 +0100 Subject: [PATCH] release: 2.24 --- CMakeLists.txt | 2 +- Changelog | 20 ++++++++++++++++++++ 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2ebaabe7..45e5d6c0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -32,7 +32,7 @@ endif(WIN32) # The version number. set(ANTIMICRO_MAJOR_VERSION 2) -set(ANTIMICRO_MINOR_VERSION 23) +set(ANTIMICRO_MINOR_VERSION 24) set(ANTIMICRO_PATCH_VERSION 0) option(USE_SDL_2 "Use SDL 2 libraries rather than SDL 1." ON) diff --git a/Changelog b/Changelog index bc296c16..c5f70520 100644 --- a/Changelog +++ b/Changelog @@ -1,5 +1,25 @@ 2016-11-05 Jeff Backus +Version 2.24 FINAL RELEASE + +This is the last release of AntiMicro. Since now this project will be no longer maintained. Development will continue in AntiMicroX https://github.com/AntiMicroX/antimicrox + +* Update used libraries (QT, SDL2) + +* Add migration note recommending AntiMicroX + +* Fix some Compilation errors + +* Improve finding SDL2 libraries + +* Implement basic CI + +* Update Chinese and French translation + +* Other minor improvements + +Full list: https://github.com/AntiMicro/antimicro/compare/2.23...2.24 + Version 2.23 * Fixed portable version. (issue #37)