mirror of
https://github.com/clangen/musikcube.git
synced 2024-11-19 11:10:52 +00:00
Version bump for 0.25.2 release
This commit is contained in:
parent
1d3b0ba9fd
commit
a27ca8fc09
@ -8,7 +8,7 @@ cmake_minimum_required(VERSION 3.0)
|
||||
project(musikcube)
|
||||
set (musikcube_VERSION_MAJOR 0)
|
||||
set (musikcube_VERSION_MINOR 25)
|
||||
set (musikcube_VERSION_PATCH 1)
|
||||
set (musikcube_VERSION_PATCH 2)
|
||||
set (musikcube_VERSION "${musikcube_VERSION_MAJOR}.${musikcube_VERSION_MINOR}.${musikcube_VERSION_PATCH}")
|
||||
|
||||
include(CMakeToolsHelpers OPTIONAL)
|
||||
|
@ -2,5 +2,5 @@
|
||||
|
||||
#define VERSION_MAJOR 0
|
||||
#define VERSION_MINOR 25
|
||||
#define VERSION_PATCH 1
|
||||
#define VERSION "0.25.1"
|
||||
#define VERSION_PATCH 2
|
||||
#define VERSION "0.25.2"
|
||||
|
Binary file not shown.
@ -21,8 +21,8 @@ android {
|
||||
applicationId "io.casey.musikcube.remote"
|
||||
minSdkVersion 16
|
||||
targetSdkVersion 26
|
||||
versionCode 21
|
||||
versionName "0.15.1"
|
||||
versionCode 22
|
||||
versionName "0.15.2"
|
||||
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
|
||||
}
|
||||
|
||||
|
@ -53,7 +53,7 @@ class TaglibPlugin : public musik::core::sdk::IPlugin {
|
||||
public:
|
||||
virtual void Destroy() { delete this; }
|
||||
virtual const char* Name() { return "Taglib 1.11 IMetadataReader"; }
|
||||
virtual const char* Version() { return "0.4.0"; }
|
||||
virtual const char* Version() { return "0.5.0"; }
|
||||
virtual const char* Author() { return "Daniel Önnerby, clangen"; }
|
||||
virtual const char* Guid() { return "c77ea7a4-5d57-4f17-8521-aba8eeadeda7"; }
|
||||
virtual bool Configurable() { return false; }
|
||||
|
Loading…
Reference in New Issue
Block a user