Document version of bundled qm-dsp library
This commit is contained in:
parent
5e63206216
commit
2ac7c5d3e2
@ -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.
|
||||
|
||||
|
||||
|
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user