This is 0.0.12.
git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@4582 ed5197a5-7fde-0310-b194-c3ffbd925b24
This commit is contained in:
parent
4f0cc793c7
commit
d84ab2734e
2
Makefile
2
Makefile
@ -4,7 +4,7 @@ MAKEFLAGS += --warn-undefined-variables
|
||||
MAKEFLAGS += --no-builtin-rules
|
||||
|
||||
VERSION_CODE := 12
|
||||
VERSION_NUMBER := 0.0.12-wip
|
||||
VERSION_NUMBER := 0.0.12
|
||||
VERSION_NAME := Where everybody knows your name.
|
||||
|
||||
PROJECT = tildefriends
|
||||
|
@ -2,7 +2,7 @@
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="com.unprompted.tildefriends"
|
||||
android:versionCode="12"
|
||||
android:versionName="0.0.12-wip">
|
||||
android:versionName="0.0.12">
|
||||
<uses-sdk android:minSdkVersion="24" android:targetSdkVersion="34"/>
|
||||
<uses-permission android:name="android.permission.INTERNET"/>
|
||||
<application
|
||||
|
@ -1,3 +1,3 @@
|
||||
#define VERSION_NUMBER "0.0.12-wip"
|
||||
#define VERSION_NUMBER "0.0.12"
|
||||
#define VERSION_NAME "Where everybody knows your name."
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user