Skip to content

Commit

Permalink
2.3-beta1
Browse files Browse the repository at this point in the history
  • Loading branch information
stsaz committed Nov 23, 2024
1 parent d45ded3 commit 18ecfc4
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 20300
versionName '2.3-beta0'
versionCode 20301
versionName '2.3-beta1'
}

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 20300
#define PHI_VERSION 20301

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

0 comments on commit 18ecfc4

Please sign in to comment.