From 7a2974e54f6b7030f57049388d724b54422f9588 Mon Sep 17 00:00:00 2001 From: Cory McWilliams Date: Wed, 29 May 2024 20:17:33 -0400 Subject: [PATCH] Working on 0.0.20. --- GNUmakefile | 6 +++--- default.nix | 2 +- src/android/AndroidManifest.xml | 4 ++-- src/version.h | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/GNUmakefile b/GNUmakefile index b23476f6..14f8fe78 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -3,9 +3,9 @@ MAKEFLAGS += --warn-undefined-variables MAKEFLAGS += --no-builtin-rules -VERSION_CODE := 19 -VERSION_NUMBER := 0.0.19 -VERSION_NAME := Don't let your loyalty become a burden. +VERSION_CODE := 20 +VERSION_NUMBER := 0.0.20-wip +VERSION_NAME := One word all lowercase four words all uppercase. SQLITE_URL := https://www.sqlite.org/2024/sqlite-amalgamation-3460000.zip LIBUV_URL := https://dist.libuv.org/dist/v1.48.0/libuv-v1.48.0.tar.gz diff --git a/default.nix b/default.nix index 0c8ba3a3..4185df99 100644 --- a/default.nix +++ b/default.nix @@ -24,7 +24,7 @@ }: pkgs.stdenv.mkDerivation rec { pname = "tildefriends"; - version = "0.0.19"; + version = "0.0.20-wip"; src = pkgs.fetchFromGitea { domain = "dev.tildefriends.net"; diff --git a/src/android/AndroidManifest.xml b/src/android/AndroidManifest.xml index 6e494b72..81fa2a0b 100644 --- a/src/android/AndroidManifest.xml +++ b/src/android/AndroidManifest.xml @@ -1,8 +1,8 @@ + android:versionCode="20" + android:versionName="0.0.20-wip">