Skip to content

Commit

Permalink
Version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
clangen committed Jul 12, 2020
1 parent e8e9dbd commit fba8e9e
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 6 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
0.93.1

server:
* fixed compile error on some platforms caused by updated libmicrohttpd APIs

--------------------------------------------------------------------------------

0.93.0

musikcube:
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ cmake_minimum_required(VERSION 3.0)
project(musikcube)
set (musikcube_VERSION_MAJOR 0)
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}")

list(APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_LIST_DIR}/.cmake)
Expand Down
2 changes: 1 addition & 1 deletion musikcube.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
%define name musikcube
%define build_timestamp %{lua: print(os.date("%Y%m%d"))}
%define version 0.93.0
%define version 0.93.1
Name: %{name}
Version: %{version}
Release: %{dist}
Expand Down
2 changes: 1 addition & 1 deletion snap/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
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
description: |
musikcube is a fully functional terminal-based music player, library, and
Expand Down
4 changes: 2 additions & 2 deletions src/musikcube/app/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@

#define VERSION_MAJOR 0
#define VERSION_MINOR 93
#define VERSION_PATCH 0
#define VERSION "0.93.0"
#define VERSION_PATCH 1
#define VERSION "0.93.1"
namespace musik {
namespace cube {
static inline std::string userAgent() {
Expand Down
Binary file modified src/musikcube/musikcube.rc
Binary file not shown.
2 changes: 1 addition & 1 deletion src/musikdroid/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ android {
minSdkVersion 21
targetSdkVersion 29
versionCode 106
versionName "0.93.0"
versionName "0.93.1"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}

Expand Down

0 comments on commit fba8e9e

Please sign in to comment.