From af13bfc920beea959ba5859f633ad7a1b9c3e0a7 Mon Sep 17 00:00:00 2001 From: Cory McWilliams Date: Wed, 27 Sep 2023 22:26:19 +0000 Subject: [PATCH] Let's release 0.0.11. git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@4478 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 2420c535..876bc4f3 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ MAKEFLAGS += --warn-undefined-variables MAKEFLAGS += --no-builtin-rules VERSION_CODE := 11 -VERSION_NUMBER := 0.0.11-wip +VERSION_NUMBER := 0.0.11 VERSION_NAME := Be nothing, and you will have everything to give to others. PROJECT = tildefriends diff --git a/src/android/AndroidManifest.xml b/src/android/AndroidManifest.xml index 435c2a14..f95076bb 100644 --- a/src/android/AndroidManifest.xml +++ b/src/android/AndroidManifest.xml @@ -2,7 +2,7 @@ + android:versionName="0.0.11"> diff --git a/src/version.h b/src/version.h index 1eee4c09..7e936698 100644 --- a/src/version.h +++ b/src/version.h @@ -1,3 +1,3 @@ -#define VERSION_NUMBER "0.0.11-wip" +#define VERSION_NUMBER "0.0.11" #define VERSION_NAME "Be nothing, and you will have everything to give to others."