Updated the version and added some info in the readme
This commit is contained in:
parent
5c983f10b5
commit
ffc5e25a72
|
@ -228,6 +228,7 @@ https://git.walkero.gr/walkero/lite-xl/issues
|
||||||
- Added the new experimental codesets plugin
|
- Added the new experimental codesets plugin
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
- Synced with the latest upstream v2.1.2 code
|
||||||
- Compiled with SDL 2.28.4 (AmigaOS4 version)
|
- Compiled with SDL 2.28.4 (AmigaOS4 version)
|
||||||
- Compiled with linpng 1.6.40 (AmigaOS4 version)
|
- Compiled with linpng 1.6.40 (AmigaOS4 version)
|
||||||
- Compiled with libfreetype 2.13.1 (AmigaOS4 version)
|
- Compiled with libfreetype 2.13.1 (AmigaOS4 version)
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
#include <signal.h>
|
#include <signal.h>
|
||||||
|
|
||||||
#if defined(__amigaos4__) || defined(__morphos__)
|
#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
|
#define VERSTAG "\0$VER: " VSTRING
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue