Let's release 0.0.9.

git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@4365 ed5197a5-7fde-0310-b194-c3ffbd925b24
This commit is contained in:
Cory McWilliams 2023-07-27 00:00:53 +00:00
parent 9239441d73
commit fc3dd84122
3 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@ MAKEFLAGS += --warn-undefined-variables
MAKEFLAGS += --no-builtin-rules MAKEFLAGS += --no-builtin-rules
VERSION_CODE := 9 VERSION_CODE := 9
VERSION_NUMBER := 0.0.9-wip VERSION_NUMBER := 0.0.9
VERSION_NAME := Failure is the only opportunity to begin again. VERSION_NAME := Failure is the only opportunity to begin again.
PROJECT = tildefriends PROJECT = tildefriends

View File

@ -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"
versionCode="9" versionCode="9"
versionName="0.0.9-wip"> versionName="0.0.9">
<uses-sdk android:minSdkVersion="26"/> <uses-sdk android:minSdkVersion="26"/>
<uses-permission android:name="android.permission.INTERNET"/> <uses-permission android:name="android.permission.INTERNET"/>
<application android:label="Tilde Friends" android:usesCleartextTraffic="true" android:debuggable="true"> <application android:label="Tilde Friends" android:usesCleartextTraffic="true" android:debuggable="true">

View File

@ -1,3 +1,3 @@
#define VERSION_NUMBER "0.0.9-wip" #define VERSION_NUMBER "0.0.9"
#define VERSION_NAME "Failure is the only opportunity to begin again." #define VERSION_NAME "Failure is the only opportunity to begin again."