diff --git a/GNUmakefile b/GNUmakefile index d5db053d..c60a431e 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -17,8 +17,8 @@ MAKEFLAGS += --no-builtin-rules ## ANDROID_SDK := Path to the Android SDK. VERSION_CODE := 33 -VERSION_CODE_IOS := 8 -VERSION_NUMBER := 0.0.28-wip +VERSION_CODE_IOS := 9 +VERSION_NUMBER := 0.0.28 VERSION_NAME := This program kills fascists. IPHONEOS_VERSION_MIN=14.0 diff --git a/metadata/en-US/changelogs/33.txt b/metadata/en-US/changelogs/33.txt index f1bf7aa2..12181267 100644 --- a/metadata/en-US/changelogs/33.txt +++ b/metadata/en-US/changelogs/33.txt @@ -1,3 +1,5 @@ +* Allow specifying all global settings from the command-line (CLI usage changed). +* Replication improvements. * An iOS build is on TestFlight. * macOS targets are debug and release like everywhere else. * Running from a subdirectory is fine. @@ -5,10 +7,9 @@ * Invite fixes. * Follow/block UI fixes. * Mobile automatically logs in. -* Allow specifying all global settings from the command-line. -* UpdateS: +* Updates: * CodeMirror * OpenSSL 3.4.1 * libbacktrace - * sqlite 3.49.1 * speedscope 1.22.2 + * sqlite 3.49.1 diff --git a/src/android/AndroidManifest.xml b/src/android/AndroidManifest.xml index bf84d6e7..d3d3a316 100644 --- a/src/android/AndroidManifest.xml +++ b/src/android/AndroidManifest.xml @@ -2,7 +2,7 @@ + android:versionName="0.0.28"> iPhoneOS CFBundleVersion - 8 + 9 DTPlatformName iphoneos LSRequiresIPhoneOS diff --git a/src/version.h b/src/version.h index 463a4a54..9bccb13b 100644 --- a/src/version.h +++ b/src/version.h @@ -1,2 +1,2 @@ -#define VERSION_NUMBER "0.0.28-wip" +#define VERSION_NUMBER "0.0.28" #define VERSION_NAME "This program kills fascists."