diff --git a/CMakeLists.txt b/CMakeLists.txt index cf384a848..d052a9597 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,7 +7,7 @@ cmake_minimum_required(VERSION 3.0) project(musikcube) set (musikcube_VERSION_MAJOR 0) -set (musikcube_VERSION_MINOR 94) +set (musikcube_VERSION_MINOR 95) set (musikcube_VERSION_PATCH 0) set (musikcube_VERSION "${musikcube_VERSION_MAJOR}.${musikcube_VERSION_MINOR}.${musikcube_VERSION_PATCH}") diff --git a/musikcube.spec b/musikcube.spec index 2ef4fe4bc..d8bb9257f 100644 --- a/musikcube.spec +++ b/musikcube.spec @@ -1,6 +1,6 @@ %define name musikcube %define build_timestamp %{lua: print(os.date("%Y%m%d"))} -%define version 0.94.0 +%define version 0.95.0 Name: %{name} Version: %{version} Release: %{dist} diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index be2ba3fe4..8acfc91d8 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -1,5 +1,5 @@ name: musikcube # you probably want to 'snapcraft register ' -version: 0.94.0 +version: 0.95.0 summary: a terminal-based music player, metadata indexer, and server description: | musikcube is a fully functional terminal-based music player, library, and diff --git a/src/musikcore/version.h b/src/musikcore/version.h index cee3c57fa..dbc9c6705 100644 --- a/src/musikcore/version.h +++ b/src/musikcore/version.h @@ -37,10 +37,10 @@ #include #define VERSION_MAJOR 0 -#define VERSION_MINOR 94 +#define VERSION_MINOR 95 #define VERSION_PATCH 0 -#define VERSION_COMMIT_HASH "#d85c1002" -#define VERSION "0.94.0" +#define VERSION_COMMIT_HASH "#79637136" +#define VERSION "0.95.0" namespace musik { namespace cube { diff --git a/src/musikcube/musikcube.rc b/src/musikcube/musikcube.rc index 0d4403cc7..1c0c0e299 100644 Binary files a/src/musikcube/musikcube.rc and b/src/musikcube/musikcube.rc differ