Version update for next release.

This commit is contained in:
casey langen 2020-09-19 11:13:09 -07:00
parent 0752f205dc
commit 88ad16ac69
4 changed files with 6 additions and 6 deletions

View File

@ -7,8 +7,8 @@ cmake_minimum_required(VERSION 3.0)
project(musikcube)
set (musikcube_VERSION_MAJOR 0)
set (musikcube_VERSION_MINOR 93)
set (musikcube_VERSION_PATCH 1)
set (musikcube_VERSION_MINOR 94)
set (musikcube_VERSION_PATCH 0)
set (musikcube_VERSION "${musikcube_VERSION_MAJOR}.${musikcube_VERSION_MINOR}.${musikcube_VERSION_PATCH}")
list(APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_LIST_DIR}/.cmake)

View File

@ -1,6 +1,6 @@
%define name musikcube
%define build_timestamp %{lua: print(os.date("%Y%m%d"))}
%define version 0.93.1
%define version 0.94.0
Name: %{name}
Version: %{version}
Release: %{dist}

View File

@ -37,9 +37,9 @@
#include <string>
#define VERSION_MAJOR 0
#define VERSION_MINOR 93
#define VERSION_PATCH 1
#define VERSION "0.93.1"
#define VERSION_MINOR 94
#define VERSION_PATCH 0
#define VERSION "0.94.0"
namespace musik {
namespace cube {
static inline std::string userAgent() {

Binary file not shown.