mirror of
https://github.com/clangen/musikcube.git
synced 2024-12-27 03:14:30 +00:00
Oops, version-bumped to the wrong version.
This commit is contained in:
parent
b57c32a518
commit
05ea062e03
@ -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 92)
|
set (musikcube_VERSION_MINOR 96)
|
||||||
set (musikcube_VERSION_PATCH 3)
|
set (musikcube_VERSION_PATCH 3)
|
||||||
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.92.3
|
%define version 0.96.3
|
||||||
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.92.3
|
version: 0.96.3
|
||||||
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 92
|
#define VERSION_MINOR 96
|
||||||
#define VERSION_PATCH 3
|
#define VERSION_PATCH 3
|
||||||
#define VERSION_COMMIT_HASH "#0ca5bb4b"
|
#define VERSION_COMMIT_HASH "#b57c32a5"
|
||||||
#define VERSION "0.92.3"
|
#define VERSION "0.96.3"
|
||||||
|
|
||||||
namespace musik {
|
namespace musik {
|
||||||
namespace cube {
|
namespace cube {
|
||||||
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user