Updated the version and added some info in the readme

This commit is contained in:
George Sokianos 2023-12-26 13:58:21 +00:00
parent 5c983f10b5
commit ffc5e25a72
2 changed files with 2 additions and 1 deletions

View File

@ -228,6 +228,7 @@ https://git.walkero.gr/walkero/lite-xl/issues
- Added the new experimental codesets plugin
### Changed
- Synced with the latest upstream v2.1.2 code
- Compiled with SDL 2.28.4 (AmigaOS4 version)
- Compiled with linpng 1.6.40 (AmigaOS4 version)
- Compiled with libfreetype 2.13.1 (AmigaOS4 version)

View File

@ -8,7 +8,7 @@
#include <signal.h>
#if defined(__amigaos4__) || defined(__morphos__)
#define VSTRING "Lite XL 2.1.1r3 (07.08.2023)"
#define VSTRING "Lite XL 2.1.2r1 (28.12.2023)"
#define VERSTAG "\0$VER: " VSTRING
#endif