summaryrefslogtreecommitdiff
path: root/libs/qm-dsp
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2016-10-07 03:59:38 +0200
committerRobin Gareus <robin@gareus.org>2016-10-07 03:59:38 +0200
commit2ac7c5d3e2fc0e4b58e6d56709a36c3813d007c7 (patch)
tree0d70c4ee09903bdeb3992a45eb9d0f1a5ec04d3d /libs/qm-dsp
parent5e63206216605c73b453293e6e4b79f46373e751 (diff)
Document version of bundled qm-dsp library
Diffstat (limited to 'libs/qm-dsp')
-rw-r--r--libs/qm-dsp/README.txt8
-rw-r--r--libs/qm-dsp/wscript4
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'