diff --git a/README_Amiga.md b/README_Amiga.md index 2150b560..b6355ccf 100644 --- a/README_Amiga.md +++ b/README_Amiga.md @@ -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) diff --git a/src/main.c b/src/main.c index 741d7ae5..3c9c17c6 100644 --- a/src/main.c +++ b/src/main.c @@ -8,7 +8,7 @@ #include #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