Skip to content

Commit

Permalink
2.4-beta0
Browse files Browse the repository at this point in the history
  • Loading branch information
stsaz committed Mar 1, 2025
1 parent 98d01ee commit c05a1fa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions android/phiola/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
4 changes: 2 additions & 2 deletions src/phiola.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
#include <ffbase/string.h>
#include <ffbase/time.h>

#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;
Expand Down

0 comments on commit c05a1fa

Please sign in to comment.