Version bump.

This commit is contained in:
Casey Langen 2019-06-16 18:55:41 -07:00
parent 21c28ffd6b
commit ddd8e9f683
5 changed files with 13 additions and 4 deletions

View File

@ -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:

View File

@ -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)

View File

@ -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}

View File

@ -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.