3 Commits

Author SHA1 Message Date
c550f92003 docs: Fix changelog version for f-droid.
All checks were successful
Build Tilde Friends / Build-All (push) Successful in 30m4s
2025-08-27 18:22:23 -04:00
ed836b3ee0 build: Bump this, too.
Some checks failed
Build Tilde Friends / Build-All (push) Has been cancelled
2025-08-27 18:01:57 -04:00
ac7a43abf4 build: Just kidding. This is the real 0.2025.8.
Some checks failed
Build Tilde Friends / Build-All (push) Has been cancelled
2025-08-27 18:00:48 -04:00
4 changed files with 4 additions and 4 deletions

View File

@@ -16,7 +16,7 @@ MAKEFLAGS += --no-builtin-rules
## LD := Linker. ## LD := Linker.
## ANDROID_SDK := Path to the Android SDK. ## ANDROID_SDK := Path to the Android SDK.
VERSION_CODE := 41 VERSION_CODE := 42
VERSION_CODE_IOS := 16 VERSION_CODE_IOS := 16
VERSION_NUMBER := 0.2025.8 VERSION_NUMBER := 0.2025.8
VERSION_NAME := This program kills fascists. VERSION_NAME := This program kills fascists.

View File

@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<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="41" android:versionCode="42"
android:versionName="0.2025.8-wip"> android:versionName="0.2025.8">
<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

View File

@@ -1,2 +1,2 @@
#define VERSION_NUMBER "0.2025.8-wip" #define VERSION_NUMBER "0.2025.8"
#define VERSION_NAME "This program kills fascists." #define VERSION_NAME "This program kills fascists."