commit be48638b705bf14b7dda62050db997192931a93e
parent 0722f70b03c306ea4d3ca0c7acd02f7b37cfe6d5
Author: fundamental <[email protected]>
Date: Thu, 20 Jul 2017 17:03:38 -0400
Update Version Info + Tests For 3.0.2
Diffstat:
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt
@@ -3,7 +3,7 @@ set(CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake/")
project(zynaddsubfx)
set(VERSION_MAJOR "3")
set(VERSION_MINOR "0")
-set(VERSION_REVISION "1")
+set(VERSION_REVISION "2")
#Include RTOSC
diff --git a/HISTORY.txt b/HISTORY.txt
@@ -1,4 +1,4 @@
-3.0.2 (TBD)
+3.0.2 (21 July 2017)
- Upgrade MIDI learn system to include host automations and macro
learned controls
- Upgrade analog filter parameters to floating point resolution
diff --git a/src/Tests/guitar-adnote.xmz b/src/Tests/guitar-adnote.xmz
@@ -2,7 +2,7 @@
<?xml version="1.0f" encoding="UTF-8"?>
<!DOCTYPE ZynAddSubFX-data>
<ZynAddSubFX-data version-major="3" version-minor="0"
-version-revision="1" ZynAddSubFX-author="Nasca Octavian Paul">
+version-revision="2" ZynAddSubFX-author="Nasca Octavian Paul">
<INFORMATION>
<par_bool name="PADsynth_used" value="yes" />
</INFORMATION>
diff --git a/src/main.cpp b/src/main.cpp
@@ -3,7 +3,7 @@
main.cpp - Main file of the synthesizer
Copyright (C) 2002-2005 Nasca Octavian Paul
- Copyright (C) 2012-2016 Mark McCurry
+ Copyright (C) 2012-2017 Mark McCurry
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License