Skip to content

Commit

Permalink
2.0.24
Browse files Browse the repository at this point in the history
  • Loading branch information
stsaz committed May 4, 2024
1 parent 4c69ded commit 18ee829
Show file tree
Hide file tree
Showing 3 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 20023
versionName '2.0-rc23'
versionCode 20024
versionName '2.0.24'
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.0-rc23"
#define PHI_VERSION_STR "2.0.24"
#endif

#include <core/worker.h>
Expand Down
2 changes: 1 addition & 1 deletion src/phiola.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#include <ffsys/timerqueue.h>
#include <ffbase/string.h>

#define PHI_VERSION 20023
#define PHI_VERSION 20024

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

0 comments on commit 18ee829

Please sign in to comment.