diff --git a/GNUmakefile b/GNUmakefile index 4d9bebc5..bc2afb89 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -16,9 +16,9 @@ MAKEFLAGS += --no-builtin-rules ## LD := Linker. ## ANDROID_SDK := Path to the Android SDK. -VERSION_CODE := 43 -VERSION_CODE_IOS := 17 -VERSION_NUMBER := 0.2025.9 +VERSION_CODE := 44 +VERSION_CODE_IOS := 18 +VERSION_NUMBER := 0.2025.10-wip VERSION_NAME := This program kills fascists. IPHONEOS_VERSION_MIN=14.0 diff --git a/default.nix b/default.nix index e98c02de..832aade6 100644 --- a/default.nix +++ b/default.nix @@ -25,14 +25,14 @@ }: pkgs.stdenv.mkDerivation rec { pname = "tildefriends"; - version = "0.2025.8"; + version = "0.2025.9"; src = pkgs.fetchFromGitea { domain = "dev.tildefriends.net"; owner = "cory"; repo = "tildefriends"; rev = "v${version}"; - hash = "sha256-N/5lp8RL19B6Z43kRxx7c01WVJkK44a/wwNgRJPk5uI="; + hash = "sha256-1nhsfhdOO5HIiiTMb+uROB8nDPL/UpOYm52hZ/OpPyk="; fetchSubmodules = true; }; diff --git a/flake.lock b/flake.lock index a3ab7b1b..3c802491 100644 --- a/flake.lock +++ b/flake.lock @@ -20,11 +20,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1756217674, - "narHash": "sha256-TH1SfSP523QI7kcPiNtMAEuwZR3Jdz0MCDXPs7TS8uo=", + "lastModified": 1758589230, + "narHash": "sha256-zMTCFGe8aVGTEr2RqUi/QzC1nOIQ0N1HRsbqB4f646k=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "4e7667a90c167f7a81d906e5a75cba4ad8bee620", + "rev": "d1d883129b193f0b495d75c148c2c3a7d95789a0", "type": "github" }, "original": { diff --git a/src/android/AndroidManifest.xml b/src/android/AndroidManifest.xml index c9886dab..3e692c1e 100644 --- a/src/android/AndroidManifest.xml +++ b/src/android/AndroidManifest.xml @@ -1,8 +1,8 @@ + android:versionCode="44" + android:versionName="0.2025.10-wip"> CFBundlePackageType APPL CFBundleShortVersionString - 0.2025.9 + 0.2025.10 CFBundleSupportedPlatforms iPhoneOS CFBundleVersion - 17 + 18 DTPlatformName iphoneos LSRequiresIPhoneOS diff --git a/src/version.h b/src/version.h index 9c281c55..d574e1ac 100644 --- a/src/version.h +++ b/src/version.h @@ -1,2 +1,2 @@ -#define VERSION_NUMBER "0.2025.9" +#define VERSION_NUMBER "0.2025.10-wip" #define VERSION_NAME "This program kills fascists."