Start work on v0.0.22.

This commit is contained in:
Cory McWilliams 2024-07-31 20:21:38 -04:00
parent fa4e843c30
commit 928ff690d2
2 changed files with 5 additions and 5 deletions

View File

@ -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

View File

@ -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."