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