version bump

This commit is contained in:
casey langen 2021-04-15 21:08:41 -07:00
parent f44157a220
commit 172ed8f65f
5 changed files with 5 additions and 8 deletions

View File

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

View File

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

View File

@ -33,11 +33,8 @@ sed -Ei.bak "s/(\s*)(set \(musikcube_VERSION_PATCH )(.*)/\1\2${PATCH}\)/g" CMake
sed -Ei.bak "s/(\s*)(%define version )(.*)/\1\2${MAJOR}.${MINOR}.${PATCH}/g" musikcube.spec sed -Ei.bak "s/(\s*)(%define version )(.*)/\1\2${MAJOR}.${MINOR}.${PATCH}/g" musikcube.spec
sed -Ei.bak "s/(\s*)(version: )(.*)/\1\2${MAJOR}.${MINOR}.${PATCH}/g" snap/snapcraft.yaml
# ugh. there's a way to tell sed not to backup, but it's different on gnu and # ugh. there's a way to tell sed not to backup, but it's different on gnu and
# bsd sed variants. this is easier than trying to switch the args dynamically. # bsd sed variants. this is easier than trying to switch the args dynamically.
rm src/musikcore/version.h.bak rm src/musikcore/version.h.bak
rm CMakeLists.txt.bak rm CMakeLists.txt.bak
rm musikcube.spec.bak rm musikcube.spec.bak
rm snap/snapcraft.yaml.bak

View File

@ -38,9 +38,9 @@
#define VERSION_MAJOR 0 #define VERSION_MAJOR 0
#define VERSION_MINOR 96 #define VERSION_MINOR 96
#define VERSION_PATCH 5 #define VERSION_PATCH 6
#define VERSION_COMMIT_HASH "#47cb367d" #define VERSION_COMMIT_HASH "#f44157a2"
#define VERSION "0.96.5" #define VERSION "0.96.6"
namespace musik { namespace musik {
namespace cube { namespace cube {

Binary file not shown.