From c59e0ea6e5c9a16d1989c6796288e8f17a03a2a8 Mon Sep 17 00:00:00 2001 From: Cory McWilliams <cory@unprompted.com> Date: Wed, 29 Jan 2025 19:58:31 -0500 Subject: [PATCH] build: Let's release 0.0.27. --- GNUmakefile | 2 +- src/android/AndroidManifest.xml | 2 +- src/version.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/GNUmakefile b/GNUmakefile index b27444c1..d13da871 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -17,7 +17,7 @@ MAKEFLAGS += --no-builtin-rules ## ANDROID_SDK := Path to the Android SDK. VERSION_CODE := 32 -VERSION_NUMBER := 0.0.27-wip +VERSION_NUMBER := 0.0.27 VERSION_NAME := This program kills fascists. SQLITE_URL := https://www.sqlite.org/2025/sqlite-amalgamation-3480000.zip diff --git a/src/android/AndroidManifest.xml b/src/android/AndroidManifest.xml index 7ef30be3..ef029c34 100644 --- a/src/android/AndroidManifest.xml +++ b/src/android/AndroidManifest.xml @@ -2,7 +2,7 @@ <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.unprompted.tildefriends" android:versionCode="32" - android:versionName="0.0.27-wip"> + android:versionName="0.0.27"> <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/> <uses-permission android:name="android.permission.INTERNET"/> <application diff --git a/src/version.h b/src/version.h index 899d1f96..2173e4d3 100644 --- a/src/version.h +++ b/src/version.h @@ -1,2 +1,2 @@ -#define VERSION_NUMBER "0.0.27-wip" +#define VERSION_NUMBER "0.0.27" #define VERSION_NAME "This program kills fascists."