Now we're 0.0.10-wip.

git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@4366 ed5197a5-7fde-0310-b194-c3ffbd925b24
This commit is contained in:
Cory McWilliams 2023-07-27 00:37:09 +00:00
parent fc3dd84122
commit deede728be
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 := 9
VERSION_NUMBER := 0.0.9
VERSION_NAME := Failure is the only opportunity to begin again.
VERSION_CODE := 10
VERSION_NUMBER := 0.0.10-wip
VERSION_NAME := Pride is not the opposite of shame, but its source.
PROJECT = tildefriends
BUILD_DIR ?= out

View File

@ -1,3 +1,3 @@
#define VERSION_NUMBER "0.0.9"
#define VERSION_NAME "Failure is the only opportunity to begin again."
#define VERSION_NUMBER "0.0.10-pre"
#define VERSION_NAME "Pride is not the opposite of shame, but its source."