Document version of bundled qm-dsp library

This commit is contained in:
Robin Gareus 2016-10-07 03:59:38 +02:00
parent 5e63206216
commit 2ac7c5d3e2
2 changed files with 8 additions and 4 deletions

View file

@ -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 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 published by the Free Software Foundation; either version 2 of the
License, or (at your option) any later version. See the file License, or (at your option) any later version. See the file
COPYING included with this distribution for more information. COPYING included with this distribution for more information.

View file

@ -3,13 +3,13 @@ from waflib.extras import autowaf as autowaf
import os import os
# Version of this package (even if built as a child) # 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) # Library version (UNIX style major, minor, micro)
# major increment <=> incompatible changes # major increment <=> incompatible changes
# minor increment <=> compatible changes (additions) # minor increment <=> compatible changes (additions)
# micro increment <=> no interface changes # micro increment <=> no interface changes
QM_DSP_LIB_VERSION = '0.0.0' QM_DSP_LIB_VERSION = '1.7.1'
# Variables for 'waf dist' # Variables for 'waf dist'
APPNAME = 'qm-dsp' APPNAME = 'qm-dsp'