Let's release 0.0.15.
git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@4814 ed5197a5-7fde-0310-b194-c3ffbd925b24
This commit is contained in:
		@@ -4,7 +4,7 @@ MAKEFLAGS += --warn-undefined-variables
 | 
			
		||||
MAKEFLAGS += --no-builtin-rules
 | 
			
		||||
 | 
			
		||||
VERSION_CODE := 15
 | 
			
		||||
VERSION_NUMBER := 0.0.15-wip
 | 
			
		||||
VERSION_NUMBER := 0.0.15
 | 
			
		||||
VERSION_NAME := Medium English breakfast tea.
 | 
			
		||||
 | 
			
		||||
PROJECT = tildefriends
 | 
			
		||||
 
 | 
			
		||||
@@ -2,7 +2,7 @@
 | 
			
		||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
 | 
			
		||||
	package="com.unprompted.tildefriends"
 | 
			
		||||
	android:versionCode="15"
 | 
			
		||||
	android:versionName="0.0.15-wip">
 | 
			
		||||
	android:versionName="0.0.15">
 | 
			
		||||
	<uses-sdk android:minSdkVersion="24" android:targetSdkVersion="34"/>
 | 
			
		||||
	<uses-permission android:name="android.permission.INTERNET"/>
 | 
			
		||||
	<application
 | 
			
		||||
 
 | 
			
		||||
@@ -1,2 +1,2 @@
 | 
			
		||||
#define VERSION_NUMBER "0.0.15-wip"
 | 
			
		||||
#define VERSION_NUMBER "0.0.15"
 | 
			
		||||
#define VERSION_NAME "Medium English breakfast tea."
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user