mirror of
https://github.com/clangen/musikcube.git
synced 2024-12-27 21:14:08 +00:00
Version bump for next version, whenever that'll be.
This commit is contained in:
parent
7963713694
commit
b922c1aa00
@ -7,7 +7,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 94)
|
set (musikcube_VERSION_MINOR 95)
|
||||||
set (musikcube_VERSION_PATCH 0)
|
set (musikcube_VERSION_PATCH 0)
|
||||||
set (musikcube_VERSION "${musikcube_VERSION_MAJOR}.${musikcube_VERSION_MINOR}.${musikcube_VERSION_PATCH}")
|
set (musikcube_VERSION "${musikcube_VERSION_MAJOR}.${musikcube_VERSION_MINOR}.${musikcube_VERSION_PATCH}")
|
||||||
|
|
||||||
|
@ -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.94.0
|
%define version 0.95.0
|
||||||
Name: %{name}
|
Name: %{name}
|
||||||
Version: %{version}
|
Version: %{version}
|
||||||
Release: %{dist}
|
Release: %{dist}
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
name: musikcube # you probably want to 'snapcraft register <name>'
|
name: musikcube # you probably want to 'snapcraft register <name>'
|
||||||
version: 0.94.0
|
version: 0.95.0
|
||||||
summary: a terminal-based music player, metadata indexer, and server
|
summary: a terminal-based music player, metadata indexer, and server
|
||||||
description: |
|
description: |
|
||||||
musikcube is a fully functional terminal-based music player, library, and
|
musikcube is a fully functional terminal-based music player, library, and
|
||||||
|
@ -37,10 +37,10 @@
|
|||||||
#include <string>
|
#include <string>
|
||||||
|
|
||||||
#define VERSION_MAJOR 0
|
#define VERSION_MAJOR 0
|
||||||
#define VERSION_MINOR 94
|
#define VERSION_MINOR 95
|
||||||
#define VERSION_PATCH 0
|
#define VERSION_PATCH 0
|
||||||
#define VERSION_COMMIT_HASH "#d85c1002"
|
#define VERSION_COMMIT_HASH "#79637136"
|
||||||
#define VERSION "0.94.0"
|
#define VERSION "0.95.0"
|
||||||
|
|
||||||
namespace musik {
|
namespace musik {
|
||||||
namespace cube {
|
namespace cube {
|
||||||
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user