Skip to content

Commit

Permalink
2.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
stsaz committed Jun 15, 2024
1 parent a7e9f8f commit ad56689
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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 20104
versionName '2.1-rc4'
versionCode 20105
versionName '2.1.5'
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}

Expand Down
2 changes: 1 addition & 1 deletion src/core/core.c
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ do { \
} while (0)

#ifndef PHI_VERSION_STR
#define PHI_VERSION_STR "2.1-rc4"
#define PHI_VERSION_STR "2.1.5"
#endif

static int core_wrk_creating(uint iw);
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 20104
#define PHI_VERSION 20105

/** 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 20103
#define PHI_VERSION_CORE 20105

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

0 comments on commit ad56689

Please sign in to comment.