From 3c0b680b8ea8996dfbc1d7dc89966fac546ac38b Mon Sep 17 00:00:00 2001 From: Cory McWilliams Date: Wed, 27 Mar 2024 18:59:40 -0400 Subject: [PATCH] Let's release 0.0.17. --- 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 7f9e86b1..551d744f 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -4,7 +4,7 @@ MAKEFLAGS += --warn-undefined-variables MAKEFLAGS += --no-builtin-rules VERSION_CODE := 17 -VERSION_NUMBER := 0.0.17-wip +VERSION_NUMBER := 0.0.17 VERSION_NAME := Please enjoy responsibly. SQLITE_URL := https://www.sqlite.org/2024/sqlite-amalgamation-3450200.zip diff --git a/src/android/AndroidManifest.xml b/src/android/AndroidManifest.xml index 614f7a7c..d0aef132 100644 --- a/src/android/AndroidManifest.xml +++ b/src/android/AndroidManifest.xml @@ -2,7 +2,7 @@ + android:versionName="0.0.17">