From 2ac7c5d3e2fc0e4b58e6d56709a36c3813d007c7 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Fri, 7 Oct 2016 03:59:38 +0200 Subject: [PATCH] Document version of bundled qm-dsp library --- libs/qm-dsp/README.txt | 8 ++++++-- libs/qm-dsp/wscript | 4 ++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/libs/qm-dsp/README.txt b/libs/qm-dsp/README.txt index 03d8b04316..557ac23294 100644 --- a/libs/qm-dsp/README.txt +++ b/libs/qm-dsp/README.txt @@ -1,3 +1,9 @@ +This is a stripped down version of the Queen Mary DSP library +Version 1.7.1 from Sept 2015. + +https://code.soundsoftware.ac.uk/attachments/download/1582/qm-dsp-1.7.1.tar.gz + +--- QM-DSP library @@ -28,5 +34,3 @@ modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. See the file COPYING included with this distribution for more information. - - diff --git a/libs/qm-dsp/wscript b/libs/qm-dsp/wscript index b68e14e1db..a0cb487a3d 100644 --- a/libs/qm-dsp/wscript +++ b/libs/qm-dsp/wscript @@ -3,13 +3,13 @@ from waflib.extras import autowaf as autowaf import os # Version of this package (even if built as a child) -QM_DSP_VERSION = '0.0.0' +QM_DSP_VERSION = '1.7.1' # Library version (UNIX style major, minor, micro) # major increment <=> incompatible changes # minor increment <=> compatible changes (additions) # micro increment <=> no interface changes -QM_DSP_LIB_VERSION = '0.0.0' +QM_DSP_LIB_VERSION = '1.7.1' # Variables for 'waf dist' APPNAME = 'qm-dsp'