diff --git a/GNUmakefile b/GNUmakefile index d04704c2..3d320984 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -3,9 +3,9 @@ MAKEFLAGS += --warn-undefined-variables MAKEFLAGS += --no-builtin-rules -VERSION_CODE := 23 -VERSION_NUMBER := 0.0.21-wip -VERSION_NAME := Psst. Look behind you. +VERSION_CODE := 24 +VERSION_NUMBER := 0.0.21 +VERSION_NAME := What are we even doing here? SQLITE_URL := https://www.sqlite.org/2024/sqlite-amalgamation-3460000.zip LIBUV_URL := https://dist.libuv.org/dist/v1.48.0/libuv-v1.48.0.tar.gz diff --git a/metadata/en-US/changelogs/24.txt b/metadata/en-US/changelogs/24.txt new file mode 100644 index 00000000..5979c4c8 --- /dev/null +++ b/metadata/en-US/changelogs/24.txt @@ -0,0 +1,7 @@ + * Reworked Android to launch its sandbox processes the prescribed way so that + a Google Play-shippable android .aab is possible. + * Reworked the build to generate what F-Droid wants, too. + * Updated libbacktrace. + * Updated CodeMirror. + * Updated Android NDK. + * Enabled LTO for smaller code sizes. diff --git a/src/version.h b/src/version.h index eb206718..f2e4820f 100644 --- a/src/version.h +++ b/src/version.h @@ -1,2 +1,2 @@ -#define VERSION_NUMBER "0.0.21-wip" -#define VERSION_NAME "Psst. Look behind you." +#define VERSION_NUMBER "0.0.21" +#define VERSION_NAME "What are we even doing here?"