Skip to content

Commit

Permalink
2.3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
stsaz committed Feb 8, 2025
1 parent c2e3417 commit f1734c1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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 20307
versionName '2.3-rc7'
versionCode 20309
versionName '2.3.9'
}

buildFeatures {
Expand Down
2 changes: 1 addition & 1 deletion src/phiola.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#include <ffbase/string.h>
#include <ffbase/time.h>

#define PHI_VERSION 20308
#define PHI_VERSION 20309

/** Inter-module compatibility version.
It must be updated when incompatible changes are made to this file,
Expand Down

0 comments on commit f1734c1

Please sign in to comment.