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