From 2338b26329f9bcbb7f15e212f44970263a87440d Mon Sep 17 00:00:00 2001 From: Cory McWilliams Date: Wed, 26 Jun 2024 20:47:44 -0400 Subject: [PATCH] Start working on 0.0.21. --- 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 0e132110..ae772608 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -3,9 +3,9 @@ MAKEFLAGS += --warn-undefined-variables MAKEFLAGS += --no-builtin-rules -VERSION_CODE := 20 -VERSION_NUMBER := 0.0.20 -VERSION_NAME := They gave you a small cup. +VERSION_CODE := 21 +VERSION_NUMBER := 0.0.21-wip +VERSION_NAME := Psst. Look behind you. 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 54168d7f..ca13594f 100644 --- a/default.nix +++ b/default.nix @@ -21,7 +21,7 @@ }: pkgs.stdenv.mkDerivation rec { pname = "tildefriends"; - version = "0.0.20"; + version = "0.0.21-wip"; src = pkgs.fetchFromGitea { domain = "dev.tildefriends.net"; diff --git a/src/android/AndroidManifest.xml b/src/android/AndroidManifest.xml index 0dac6dec..0280ca8d 100644 --- a/src/android/AndroidManifest.xml +++ b/src/android/AndroidManifest.xml @@ -1,8 +1,8 @@ + android:versionCode="21" + android:versionName="0.0.21-wip">