diff --git a/android/phiola/build.gradle b/android/phiola/build.gradle index db3fe47..9e1bac7 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 20307 - versionName '2.3-rc7' + versionCode 20309 + versionName '2.3.9' } buildFeatures { diff --git a/src/phiola.h b/src/phiola.h index 06b9cf6..ab7bc84 100644 --- a/src/phiola.h +++ b/src/phiola.h @@ -6,7 +6,7 @@ #include #include -#define PHI_VERSION 20308 +#define PHI_VERSION 20309 /** Inter-module compatibility version. It must be updated when incompatible changes are made to this file,