forked from cory/tildefriends
		
	build: Let's prepare a 0.0.28 release.
This commit is contained in:
		| @@ -17,8 +17,8 @@ MAKEFLAGS += --no-builtin-rules | |||||||
| ## ANDROID_SDK := Path to the Android SDK. | ## ANDROID_SDK := Path to the Android SDK. | ||||||
|  |  | ||||||
| VERSION_CODE := 33 | VERSION_CODE := 33 | ||||||
| VERSION_CODE_IOS := 8 | VERSION_CODE_IOS := 9 | ||||||
| VERSION_NUMBER := 0.0.28-wip | VERSION_NUMBER := 0.0.28 | ||||||
| VERSION_NAME := This program kills fascists. | VERSION_NAME := This program kills fascists. | ||||||
|  |  | ||||||
| IPHONEOS_VERSION_MIN=14.0 | IPHONEOS_VERSION_MIN=14.0 | ||||||
|   | |||||||
| @@ -1,3 +1,5 @@ | |||||||
|  | * Allow specifying all global settings from the command-line (CLI usage changed). | ||||||
|  | * Replication improvements. | ||||||
| * An iOS build is on TestFlight. | * An iOS build is on TestFlight. | ||||||
| * macOS targets are debug and release like everywhere else. | * macOS targets are debug and release like everywhere else. | ||||||
| * Running from a subdirectory is fine. | * Running from a subdirectory is fine. | ||||||
| @@ -5,10 +7,9 @@ | |||||||
| * Invite fixes. | * Invite fixes. | ||||||
| * Follow/block UI fixes. | * Follow/block UI fixes. | ||||||
| * Mobile automatically logs in. | * Mobile automatically logs in. | ||||||
| * Allow specifying all global settings from the command-line. | * Updates: | ||||||
| * UpdateS: |  | ||||||
|   * CodeMirror |   * CodeMirror | ||||||
|   * OpenSSL 3.4.1 |   * OpenSSL 3.4.1 | ||||||
|   * libbacktrace |   * libbacktrace | ||||||
|   * sqlite 3.49.1 |  | ||||||
|   * speedscope 1.22.2 |   * speedscope 1.22.2 | ||||||
|  |   * sqlite 3.49.1 | ||||||
|   | |||||||
| @@ -2,7 +2,7 @@ | |||||||
| <manifest xmlns:android="http://schemas.android.com/apk/res/android" | <manifest xmlns:android="http://schemas.android.com/apk/res/android" | ||||||
| 	package="com.unprompted.tildefriends" | 	package="com.unprompted.tildefriends" | ||||||
| 	android:versionCode="33" | 	android:versionCode="33" | ||||||
| 	android:versionName="0.0.28-wip"> | 	android:versionName="0.0.28"> | ||||||
| 	<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/> | 	<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/> | ||||||
| 	<uses-permission android:name="android.permission.INTERNET"/> | 	<uses-permission android:name="android.permission.INTERNET"/> | ||||||
| 	<application | 	<application | ||||||
|   | |||||||
| @@ -19,7 +19,7 @@ | |||||||
| 		<string>iPhoneOS</string> | 		<string>iPhoneOS</string> | ||||||
| 	</array> | 	</array> | ||||||
| 	<key>CFBundleVersion</key> | 	<key>CFBundleVersion</key> | ||||||
| 	<string>8</string> | 	<string>9</string> | ||||||
| 	<key>DTPlatformName</key> | 	<key>DTPlatformName</key> | ||||||
| 	<string>iphoneos</string> | 	<string>iphoneos</string> | ||||||
| 	<key>LSRequiresIPhoneOS</key> | 	<key>LSRequiresIPhoneOS</key> | ||||||
|   | |||||||
| @@ -1,2 +1,2 @@ | |||||||
| #define VERSION_NUMBER "0.0.28-wip" | #define VERSION_NUMBER "0.0.28" | ||||||
| #define VERSION_NAME "This program kills fascists." | #define VERSION_NAME "This program kills fascists." | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user