diff --git a/GNUmakefile b/GNUmakefile index af9b6e164..e9f77d25d 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -18,7 +18,7 @@ MAKEFLAGS += --no-builtin-rules VERSION_CODE := 34 VERSION_CODE_IOS := 11 -VERSION_NUMBER := 0.0.29-wip +VERSION_NUMBER := 0.0.29 VERSION_NAME := This program kills fascists. IPHONEOS_VERSION_MIN=14.0 diff --git a/metadata/en-US/changelogs/34.txt b/metadata/en-US/changelogs/34.txt index 58712dd0a..2baa166c4 100644 --- a/metadata/en-US/changelogs/34.txt +++ b/metadata/en-US/changelogs/34.txt @@ -8,3 +8,4 @@ * Other crash fixes and performance improvements. * Updates: * CodeMirror + * w3.css diff --git a/src/android/AndroidManifest.xml b/src/android/AndroidManifest.xml index 1c9403061..e19a8ef90 100644 --- a/src/android/AndroidManifest.xml +++ b/src/android/AndroidManifest.xml @@ -2,7 +2,7 @@ <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.unprompted.tildefriends" android:versionCode="34" - android:versionName="0.0.29-wip"> + android:versionName="0.0.29"> <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/> <uses-permission android:name="android.permission.INTERNET"/> <application diff --git a/src/version.h b/src/version.h index 78f654d9e..422d0448c 100644 --- a/src/version.h +++ b/src/version.h @@ -1,2 +1,2 @@ -#define VERSION_NUMBER "0.0.29-wip" +#define VERSION_NUMBER "0.0.29" #define VERSION_NAME "This program kills fascists."