Oops, version-bumped to the wrong version.

This commit is contained in:
Casey Langen 2020-12-20 13:22:44 -08:00
parent b57c32a518
commit 05ea062e03
5 changed files with 6 additions and 6 deletions

View File

@ -7,7 +7,7 @@ cmake_minimum_required(VERSION 3.0)
project(musikcube)
set (musikcube_VERSION_MAJOR 0)
set (musikcube_VERSION_MINOR 92)
set (musikcube_VERSION_MINOR 96)
set (musikcube_VERSION_PATCH 3)
set (musikcube_VERSION "${musikcube_VERSION_MAJOR}.${musikcube_VERSION_MINOR}.${musikcube_VERSION_PATCH}")

View File

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

View File

@ -1,5 +1,5 @@
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
description: |
musikcube is a fully functional terminal-based music player, library, and

View File

@ -37,10 +37,10 @@
#include <string>
#define VERSION_MAJOR 0
#define VERSION_MINOR 92
#define VERSION_MINOR 96
#define VERSION_PATCH 3
#define VERSION_COMMIT_HASH "#0ca5bb4b"
#define VERSION "0.92.3"
#define VERSION_COMMIT_HASH "#b57c32a5"
#define VERSION "0.96.3"
namespace musik {
namespace cube {

Binary file not shown.