zynaddsubfx

ZynAddSubFX open source synthesizer
Log | Files | Refs | Submodules | LICENSE

commit 6fa2f753240ec44624f0b473842e5a11cda20da6
parent fb3177f1d7e307c4749ef1772479d9f15e854a04
Author: fundamental <[email protected]>
Date:   Thu, 18 Jun 2015 14:54:33 -0400

2.5.1 PreRelease

Diffstat:
MCMakeLists.txt | 2+-
MHISTORY.txt | 2+-
Msrc/Misc/XMLwrapper.cpp | 2+-
3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 2.8) set(CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake/") project(zynaddsubfx) -set(VERSION "2.5.0") +set(VERSION "2.5.1") #Include RTOSC diff --git a/HISTORY.txt b/HISTORY.txt @@ -1,4 +1,4 @@ -2.5.1 (25 May 2015) +2.5.1 (18+ June 2015) - Add Colorized CMake Configuration - Add PID option for jack - Add OSC port option diff --git a/src/Misc/XMLwrapper.cpp b/src/Misc/XMLwrapper.cpp @@ -98,7 +98,7 @@ XMLwrapper::XMLwrapper() { version.Major = 2; version.Minor = 5; - version.Revision = 0; + version.Revision = 1; minimal = true;