From deede728be279dd12531c54ac640557e70eaf124 Mon Sep 17 00:00:00 2001 From: Cory McWilliams Date: Thu, 27 Jul 2023 00:37:09 +0000 Subject: [PATCH] Now we're 0.0.10-wip. git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@4366 ed5197a5-7fde-0310-b194-c3ffbd925b24 --- Makefile | 6 +++--- src/version.h | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index 9ff81f373..e8b700274 100644 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/src/version.h b/src/version.h index 79ccfcc2f..7fdf7d151 100644 --- a/src/version.h +++ b/src/version.h @@ -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."