Version bump for Win32 release.

This commit is contained in:
casey langen 2020-04-12 12:56:52 -07:00
parent 81d274343c
commit eeb1587c78
6 changed files with 14 additions and 5 deletions

View File

@ -1,3 +1,12 @@
0.90.1
(windows-only release)
musikcube:
* fixed crash in win32 server caused by an incorrectly-compiled zlib
--------------------------------------------------------------------------------
0.90.0 0.90.0
musikcube: musikcube:

View File

@ -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 90) set (musikcube_VERSION_MINOR 91)
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}")

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.90.0 %define version 0.91.0
Name: %{name} Name: %{name}
Version: %{version} Version: %{version}
Release: %{dist} Release: %{dist}

View File

@ -1,5 +1,5 @@
name: musikcube # you probably want to 'snapcraft register <name>' name: musikcube # you probably want to 'snapcraft register <name>'
version: 0.90.0 version: 0.91.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

View File

@ -37,9 +37,9 @@
#include <string> #include <string>
#define VERSION_MAJOR 0 #define VERSION_MAJOR 0
#define VERSION_MINOR 90 #define VERSION_MINOR 91
#define VERSION_PATCH 0 #define VERSION_PATCH 0
#define VERSION "0.90.0" #define VERSION "0.91.0"
namespace musik { namespace musik {
namespace cube { namespace cube {
static inline std::string userAgent() { static inline std::string userAgent() {

Binary file not shown.