From b5af5cc2230d669763cca7b348333b644c858b53 Mon Sep 17 00:00:00 2001 From: Cory McWilliams Date: Tue, 25 Nov 2025 18:29:50 -0500 Subject: [PATCH] build: Let's start work on the December build. --- GNUmakefile | 6 +++--- default.nix | 4 ++-- flake.lock | 6 +++--- src/android/AndroidManifest.xml | 4 ++-- src/ios/Info.plist | 4 ++-- src/version.h | 2 +- 6 files changed, 13 insertions(+), 13 deletions(-) diff --git a/GNUmakefile b/GNUmakefile index 13e56502..810e6101 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -16,9 +16,9 @@ MAKEFLAGS += --no-builtin-rules ## LD := Linker. ## ANDROID_SDK := Path to the Android SDK. -VERSION_CODE := 48 -VERSION_CODE_IOS := 26 -VERSION_NUMBER := 0.2025.11 +VERSION_CODE := 49 +VERSION_CODE_IOS := 27 +VERSION_NUMBER := 0.2025.12 VERSION_NAME := This program kills fascists. IPHONEOS_VERSION_MIN=14.5 diff --git a/default.nix b/default.nix index 832aade6..2ff05113 100644 --- a/default.nix +++ b/default.nix @@ -25,14 +25,14 @@ }: pkgs.stdenv.mkDerivation rec { pname = "tildefriends"; - version = "0.2025.9"; + version = "0.2025.11"; src = pkgs.fetchFromGitea { domain = "dev.tildefriends.net"; owner = "cory"; repo = "tildefriends"; rev = "v${version}"; - hash = "sha256-1nhsfhdOO5HIiiTMb+uROB8nDPL/UpOYm52hZ/OpPyk="; + hash = "sha256-z4v4ghKOBTMv+agTUKg+HU8zfE4imluXFsozQCT4qX8="; fetchSubmodules = true; }; diff --git a/flake.lock b/flake.lock index 3c802491..dd5f1870 100644 --- a/flake.lock +++ b/flake.lock @@ -20,11 +20,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1758589230, - "narHash": "sha256-zMTCFGe8aVGTEr2RqUi/QzC1nOIQ0N1HRsbqB4f646k=", + "lastModified": 1763948260, + "narHash": "sha256-dY9qLD0H0zOUgU3vWacPY6Qc421BeQAfm8kBuBtPVE0=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "d1d883129b193f0b495d75c148c2c3a7d95789a0", + "rev": "1c8ba8d3f7634acac4a2094eef7c32ad9106532c", "type": "github" }, "original": { diff --git a/src/android/AndroidManifest.xml b/src/android/AndroidManifest.xml index 9244ad61..663bcea5 100644 --- a/src/android/AndroidManifest.xml +++ b/src/android/AndroidManifest.xml @@ -1,8 +1,8 @@ + android:versionCode="49" + android:versionName="0.2025.12"> CFBundlePackageType APPL CFBundleShortVersionString - 0.2025.11 + 0.2025.12 CFBundleSupportedPlatforms iPhoneOS CFBundleVersion - 26 + 27 DTPlatformName iphoneos LSRequiresIPhoneOS diff --git a/src/version.h b/src/version.h index 5c9dec46..bf93114a 100644 --- a/src/version.h +++ b/src/version.h @@ -1,2 +1,2 @@ -#define VERSION_NUMBER "0.2025.11" +#define VERSION_NUMBER "0.2025.12" #define VERSION_NAME "This program kills fascists."