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