From 8475ee0985fc71f5bb7897a3e44b77cc125b3dd5 Mon Sep 17 00:00:00 2001 From: Cory McWilliams Date: Mon, 23 Dec 2024 11:23:51 -0500 Subject: [PATCH] build: Let's start work on 0.0.27. --- GNUmakefile | 4 ++-- default.nix | 4 ++-- src/android/AndroidManifest.xml | 4 ++-- src/version.h | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/GNUmakefile b/GNUmakefile index 6d3bf231..dc915ca0 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -16,8 +16,8 @@ MAKEFLAGS += --no-builtin-rules ## LD := Linker. ## ANDROID_SDK := Path to the Android SDK. -VERSION_CODE := 31 -VERSION_NUMBER := 0.0.26 +VERSION_CODE := 32 +VERSION_NUMBER := 0.0.27-wip VERSION_NAME := This program kills fascists. SQLITE_URL := https://www.sqlite.org/2024/sqlite-amalgamation-3470200.zip diff --git a/default.nix b/default.nix index 6515bda1..721389c1 100644 --- a/default.nix +++ b/default.nix @@ -21,14 +21,14 @@ }: pkgs.stdenv.mkDerivation rec { pname = "tildefriends"; - version = "0.0.25"; + version = "0.0.26"; src = pkgs.fetchFromGitea { domain = "dev.tildefriends.net"; owner = "cory"; repo = "tildefriends"; rev = "v${version}"; - hash = "sha256-Rfk+CUhi+Ss0z70CCgmtVM/w4nCL1GX/MsD4sPYIa5s="; + hash = "sha256-XJ7M++risfsRn9GkS1zjTQpqqV5S09uyimeVzU9hGGg="; fetchSubmodules = true; }; diff --git a/src/android/AndroidManifest.xml b/src/android/AndroidManifest.xml index 2b281358..7ef30be3 100644 --- a/src/android/AndroidManifest.xml +++ b/src/android/AndroidManifest.xml @@ -1,8 +1,8 @@ + android:versionCode="32" + android:versionName="0.0.27-wip">