Skip to content
This repository has been archived by the owner on Jan 4, 2023. It is now read-only.

Commit

Permalink
release: 2.24
Browse files Browse the repository at this point in the history
  • Loading branch information
pktiuk committed Nov 25, 2022
1 parent 14db7b5 commit 346ed15
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
20 changes: 20 additions & 0 deletions Changelog
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
2016-11-05 Jeff Backus <[email protected]>

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)
Expand Down

0 comments on commit 346ed15

Please sign in to comment.