mirror of
https://github.com/clangen/musikcube.git
synced 2024-11-19 11:10:52 +00:00
Version bump for 0.17.1 (win32 dll crt fix)
This commit is contained in:
parent
6c2f77cdc9
commit
5128a1f416
@ -1,3 +1,10 @@
|
||||
0.17.1
|
||||
|
||||
win32-only release to correct startup issues on computers that do not have the
|
||||
visual c++ 14 runtime installed.
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
0.17.0
|
||||
|
||||
* added code to win32 build that ensures only a single instance is running
|
||||
|
@ -8,7 +8,7 @@ cmake_minimum_required(VERSION 3.0)
|
||||
project(musikbox)
|
||||
set (musikbox_VERSION_MAJOR 0)
|
||||
set (musikbox_VERSION_MINOR 17)
|
||||
set (musikbox_VERSION_PATCH 0)
|
||||
set (musikbox_VERSION_PATCH 1)
|
||||
set (musikbox_VERSION "${musikbox_VERSION_MAJOR}.${musikbox_VERSION_MINOR}.${musikbox_VERSION_PATCH}")
|
||||
|
||||
include(CMakeToolsHelpers OPTIONAL)
|
||||
|
@ -1,3 +1,3 @@
|
||||
#pragma once
|
||||
|
||||
#define VERSION "0.17.0"
|
||||
#define VERSION "0.17.1"
|
||||
|
Loading…
Reference in New Issue
Block a user