From c05a1faf671f1c0100b479ac0f849e7e2a83f66f Mon Sep 17 00:00:00 2001 From: Simon Zolin <4729655+stsaz@users.noreply.github.com> Date: Sat, 1 Mar 2025 08:47:02 +0300 Subject: [PATCH] 2.4-beta0 --- android/phiola/build.gradle | 4 ++-- src/phiola.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/android/phiola/build.gradle b/android/phiola/build.gradle index c1eca9d..08b6a95 100644 --- a/android/phiola/build.gradle +++ b/android/phiola/build.gradle @@ -8,8 +8,8 @@ android { applicationId "com.github.stsaz.phiola" minSdkVersion 16 targetSdk 33 - versionCode 20312 - versionName '2.3.12' + versionCode 20400 + versionName '2.4-beta0' } buildFeatures { diff --git a/src/phiola.h b/src/phiola.h index 75b0883..8186e49 100644 --- a/src/phiola.h +++ b/src/phiola.h @@ -6,13 +6,13 @@ #include #include -#define PHI_VERSION 20312 +#define PHI_VERSION 20400 /** Inter-module compatibility version. It must be updated when incompatible changes are made to this file, then all modules must be rebuilt. The core will refuse to load modules built for any other core version. */ -#define PHI_VERSION_CORE 20307 +#define PHI_VERSION_CORE 20400 typedef long long int64; typedef unsigned long long uint64;