mirror of
https://github.com/clangen/musikcube.git
synced 2025-01-14 03:41:17 +00:00
Version bump to 0.62.1
This commit is contained in:
parent
061299fec0
commit
a181e3d56a
@ -1,3 +1,12 @@
|
||||
0.62.1
|
||||
|
||||
macOS only release.
|
||||
|
||||
musikcube:
|
||||
* added missing `gnutls` dependency to project (now required by libmicrohttpd)
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
0.62.0
|
||||
|
||||
musikcube:
|
||||
|
@ -8,7 +8,7 @@ cmake_minimum_required(VERSION 3.0)
|
||||
project(musikcube)
|
||||
set (musikcube_VERSION_MAJOR 0)
|
||||
set (musikcube_VERSION_MINOR 62)
|
||||
set (musikcube_VERSION_PATCH 0)
|
||||
set (musikcube_VERSION_PATCH 1)
|
||||
set (musikcube_VERSION "${musikcube_VERSION_MAJOR}.${musikcube_VERSION_MINOR}.${musikcube_VERSION_PATCH}")
|
||||
|
||||
include(CMakeToolsHelpers OPTIONAL)
|
||||
|
@ -1,6 +1,6 @@
|
||||
%define name musikcube
|
||||
%define build_timestamp %{lua: print(os.date("%Y%m%d"))}
|
||||
%define version 0.62.0
|
||||
%define version 0.62.1
|
||||
Name: %{name}
|
||||
Version: %{version}
|
||||
Release: %{dist}
|
||||
|
@ -4,8 +4,8 @@
|
||||
|
||||
#define VERSION_MAJOR 0
|
||||
#define VERSION_MINOR 62
|
||||
#define VERSION_PATCH 0
|
||||
#define VERSION "0.62.0"
|
||||
#define VERSION_PATCH 1
|
||||
#define VERSION "0.62.1"
|
||||
|
||||
namespace musik {
|
||||
namespace cube {
|
||||
@ -25,4 +25,4 @@ namespace musik {
|
||||
"(" + PLATFORM + ")";
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user