From fc3dd8412238ca2e138c43cf95046ad612744514 Mon Sep 17 00:00:00 2001 From: Cory McWilliams Date: Thu, 27 Jul 2023 00:00:53 +0000 Subject: [PATCH] Let's release 0.0.9. git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@4365 ed5197a5-7fde-0310-b194-c3ffbd925b24 --- Makefile | 2 +- src/android/AndroidManifest.xml | 2 +- src/version.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 204929b7..9ff81f37 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ MAKEFLAGS += --warn-undefined-variables MAKEFLAGS += --no-builtin-rules VERSION_CODE := 9 -VERSION_NUMBER := 0.0.9-wip +VERSION_NUMBER := 0.0.9 VERSION_NAME := Failure is the only opportunity to begin again. PROJECT = tildefriends diff --git a/src/android/AndroidManifest.xml b/src/android/AndroidManifest.xml index 382d93d0..46361df4 100644 --- a/src/android/AndroidManifest.xml +++ b/src/android/AndroidManifest.xml @@ -2,7 +2,7 @@ + versionName="0.0.9"> diff --git a/src/version.h b/src/version.h index 003b1814..79ccfcc2 100644 --- a/src/version.h +++ b/src/version.h @@ -1,3 +1,3 @@ -#define VERSION_NUMBER "0.0.9-wip" +#define VERSION_NUMBER "0.0.9" #define VERSION_NAME "Failure is the only opportunity to begin again."