mirror of
https://github.com/clangen/musikcube.git
synced 2024-12-26 18:19:05 +00:00
Version bump.
This commit is contained in:
parent
21c28ffd6b
commit
ddd8e9f683
@ -1,3 +1,12 @@
|
||||
0.65.1
|
||||
|
||||
musikcube:
|
||||
* manually patched `websocketpp` to fix boost 1.70 compatibility. this allows
|
||||
us to compile on macOS again. for more information, see here:
|
||||
https://github.com/zaphoyd/websocketpp/pull/814
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
0.65.0
|
||||
|
||||
musikcube:
|
||||
|
@ -8,7 +8,7 @@ cmake_minimum_required(VERSION 3.0)
|
||||
project(musikcube)
|
||||
set (musikcube_VERSION_MAJOR 0)
|
||||
set (musikcube_VERSION_MINOR 65)
|
||||
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.65.0
|
||||
%define version 0.65.1
|
||||
Name: %{name}
|
||||
Version: %{version}
|
||||
Release: %{dist}
|
||||
|
@ -4,8 +4,8 @@
|
||||
|
||||
#define VERSION_MAJOR 0
|
||||
#define VERSION_MINOR 65
|
||||
#define VERSION_PATCH 0
|
||||
#define VERSION "0.65.0"
|
||||
#define VERSION_PATCH 1
|
||||
#define VERSION "0.65.1"
|
||||
|
||||
namespace musik {
|
||||
namespace cube {
|
||||
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user