From ffc5e25a722fcbac295d9b3312e646ffa3272566 Mon Sep 17 00:00:00 2001 From: George Sokianos Date: Tue, 26 Dec 2023 13:58:21 +0000 Subject: [PATCH] Updated the version and added some info in the readme --- README_Amiga.md | 1 + src/main.c | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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