Skip to content

Commit

Permalink
2.3-beta6
Browse files Browse the repository at this point in the history
  • Loading branch information
stsaz committed Jan 18, 2025
1 parent 4731f76 commit 0cb499a
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 20305
versionName '2.3-beta5'
versionCode 20306
versionName '2.3-beta6'
}

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 20305
#define PHI_VERSION 20306

/** 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 20305
#define PHI_VERSION_CORE 20306

typedef long long int64;
typedef unsigned long long uint64;
Expand Down

0 comments on commit 0cb499a

Please sign in to comment.