From 03c8b75994fc8efb5d170ccdbcbba06fb59fce8d Mon Sep 17 00:00:00 2001 From: Cory McWilliams Date: Wed, 25 Sep 2024 20:26:57 -0400 Subject: [PATCH] Let's start work on 0.0.24. --- GNUmakefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/GNUmakefile b/GNUmakefile index d7cea01f..f4433177 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -3,9 +3,9 @@ MAKEFLAGS += --warn-undefined-variables MAKEFLAGS += --no-builtin-rules -VERSION_CODE := 27 -VERSION_NUMBER := 0.0.23 -VERSION_NAME := Me upon my pony on my boat. +VERSION_CODE := 28 +VERSION_NUMBER := 0.0.24-wip +VERSION_NAME := Honey bunches of boats. SQLITE_URL := https://www.sqlite.org/2024/sqlite-amalgamation-3460100.zip BUNDLETOOL_URL := https://github.com/google/bundletool/releases/download/1.17.0/bundletool-all-1.17.0.jar