diff --git a/GNUmakefile b/GNUmakefile index 3d320984..e69eb4e2 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -3,9 +3,9 @@ MAKEFLAGS += --warn-undefined-variables MAKEFLAGS += --no-builtin-rules -VERSION_CODE := 24 -VERSION_NUMBER := 0.0.21 -VERSION_NAME := What are we even doing here? +VERSION_CODE := 25 +VERSION_NUMBER := 0.0.22-wip +VERSION_NAME := This looks like a good place. 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/src/version.h b/src/version.h index f2e4820f..c8bcd31a 100644 --- a/src/version.h +++ b/src/version.h @@ -1,2 +1,2 @@ -#define VERSION_NUMBER "0.0.21" -#define VERSION_NAME "What are we even doing here?" +#define VERSION_NUMBER "0.0.22-wip" +#define VERSION_NAME "This looks like a good place."