mirror of
https://github.com/clangen/musikcube.git
synced 2025-02-20 18:41:03 +00:00
Version bump.
This commit is contained in:
parent
e8e9dbd308
commit
fba8e9e7a5
@ -1,3 +1,10 @@
|
|||||||
|
0.93.1
|
||||||
|
|
||||||
|
server:
|
||||||
|
* fixed compile error on some platforms caused by updated libmicrohttpd APIs
|
||||||
|
|
||||||
|
--------------------------------------------------------------------------------
|
||||||
|
|
||||||
0.93.0
|
0.93.0
|
||||||
|
|
||||||
musikcube:
|
musikcube:
|
||||||
|
@ -8,7 +8,7 @@ cmake_minimum_required(VERSION 3.0)
|
|||||||
project(musikcube)
|
project(musikcube)
|
||||||
set (musikcube_VERSION_MAJOR 0)
|
set (musikcube_VERSION_MAJOR 0)
|
||||||
set (musikcube_VERSION_MINOR 93)
|
set (musikcube_VERSION_MINOR 93)
|
||||||
set (musikcube_VERSION_PATCH 0)
|
set (musikcube_VERSION_PATCH 1)
|
||||||
set (musikcube_VERSION "${musikcube_VERSION_MAJOR}.${musikcube_VERSION_MINOR}.${musikcube_VERSION_PATCH}")
|
set (musikcube_VERSION "${musikcube_VERSION_MAJOR}.${musikcube_VERSION_MINOR}.${musikcube_VERSION_PATCH}")
|
||||||
|
|
||||||
list(APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_LIST_DIR}/.cmake)
|
list(APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_LIST_DIR}/.cmake)
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
%define name musikcube
|
%define name musikcube
|
||||||
%define build_timestamp %{lua: print(os.date("%Y%m%d"))}
|
%define build_timestamp %{lua: print(os.date("%Y%m%d"))}
|
||||||
%define version 0.93.0
|
%define version 0.93.1
|
||||||
Name: %{name}
|
Name: %{name}
|
||||||
Version: %{version}
|
Version: %{version}
|
||||||
Release: %{dist}
|
Release: %{dist}
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
name: musikcube # you probably want to 'snapcraft register <name>'
|
name: musikcube # you probably want to 'snapcraft register <name>'
|
||||||
version: 0.93.0
|
version: 0.93.1
|
||||||
summary: a terminal-based music player, metadata indexer, and server
|
summary: a terminal-based music player, metadata indexer, and server
|
||||||
description: |
|
description: |
|
||||||
musikcube is a fully functional terminal-based music player, library, and
|
musikcube is a fully functional terminal-based music player, library, and
|
||||||
|
@ -38,8 +38,8 @@
|
|||||||
|
|
||||||
#define VERSION_MAJOR 0
|
#define VERSION_MAJOR 0
|
||||||
#define VERSION_MINOR 93
|
#define VERSION_MINOR 93
|
||||||
#define VERSION_PATCH 0
|
#define VERSION_PATCH 1
|
||||||
#define VERSION "0.93.0"
|
#define VERSION "0.93.1"
|
||||||
namespace musik {
|
namespace musik {
|
||||||
namespace cube {
|
namespace cube {
|
||||||
static inline std::string userAgent() {
|
static inline std::string userAgent() {
|
||||||
|
Binary file not shown.
@ -19,7 +19,7 @@ android {
|
|||||||
minSdkVersion 21
|
minSdkVersion 21
|
||||||
targetSdkVersion 29
|
targetSdkVersion 29
|
||||||
versionCode 106
|
versionCode 106
|
||||||
versionName "0.93.0"
|
versionName "0.93.1"
|
||||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user