mirror of
https://github.com/clangen/musikcube.git
synced 2024-11-19 11:10:52 +00:00
Version bump for 0.92.1 release.
This commit is contained in:
parent
dafcafa11d
commit
6e1eddf656
@ -8,7 +8,7 @@ cmake_minimum_required(VERSION 3.0)
|
||||
project(musikcube)
|
||||
set (musikcube_VERSION_MAJOR 0)
|
||||
set (musikcube_VERSION_MINOR 92)
|
||||
set (musikcube_VERSION_PATCH 0)
|
||||
set (musikcube_VERSION_PATCH 1)
|
||||
set (musikcube_VERSION "${musikcube_VERSION_MAJOR}.${musikcube_VERSION_MINOR}.${musikcube_VERSION_PATCH}")
|
||||
|
||||
list(APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_LIST_DIR}/.cmake)
|
||||
|
@ -1,6 +1,6 @@
|
||||
%define name musikcube
|
||||
%define build_timestamp %{lua: print(os.date("%Y%m%d"))}
|
||||
%define version 0.92.0
|
||||
%define version 0.92.1
|
||||
Name: %{name}
|
||||
Version: %{version}
|
||||
Release: %{dist}
|
||||
|
@ -1,5 +1,5 @@
|
||||
name: musikcube # you probably want to 'snapcraft register <name>'
|
||||
version: 0.92.0
|
||||
version: 0.92.1
|
||||
summary: a terminal-based music player, metadata indexer, and server
|
||||
description: |
|
||||
musikcube is a fully functional terminal-based music player, library, and
|
||||
|
@ -38,8 +38,8 @@
|
||||
|
||||
#define VERSION_MAJOR 0
|
||||
#define VERSION_MINOR 92
|
||||
#define VERSION_PATCH 0
|
||||
#define VERSION "0.92.0"
|
||||
#define VERSION_PATCH 1
|
||||
#define VERSION "0.92.1"
|
||||
namespace musik {
|
||||
namespace cube {
|
||||
static inline std::string userAgent() {
|
||||
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user