Prepare 1.16.12.5 release
This commit is contained in:
parent
c5309e04d6
commit
32a3d4b933
|
@ -39,7 +39,7 @@ https://git.walkero.gr/walkero/lite-xl/issues
|
||||||
|
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## [1.16.12.5] -
|
## [1.16.12.5] - 2022-01-03
|
||||||
### Changed
|
### Changed
|
||||||
- Changed the Gfx memory leak solution to a fix that was applied by the
|
- Changed the Gfx memory leak solution to a fix that was applied by the
|
||||||
editor development team on Lua scripts at a later version. Less custom
|
editor development team on Lua scripts at a later version. Less custom
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
#include <proto/dos.h>
|
#include <proto/dos.h>
|
||||||
#include <proto/exec.h>
|
#include <proto/exec.h>
|
||||||
|
|
||||||
#define VSTRING "Lite XL 1.16.12.4 (31.12.2021)"
|
#define VSTRING "Lite XL 1.16.12.5 (03.01.2022)"
|
||||||
#define VERSTAG "\0$VER: " VSTRING
|
#define VERSTAG "\0$VER: " VSTRING
|
||||||
|
|
||||||
static CONST_STRPTR stack USED = "$STACK:102400";
|
static CONST_STRPTR stack USED = "$STACK:102400";
|
||||||
|
|
Loading…
Reference in New Issue