Version bump for 0.17.1 (win32 dll crt fix)

This commit is contained in:
casey langen 2017-06-18 09:33:19 -07:00
parent 6c2f77cdc9
commit 5128a1f416
3 changed files with 9 additions and 2 deletions

View File

@ -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

View File

@ -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)

View File

@ -1,3 +1,3 @@
#pragma once
#define VERSION "0.17.0"
#define VERSION "0.17.1"