mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-08 15:54:57 +01:00
Document version of bundled qm-dsp library
This commit is contained in:
parent
5e63206216
commit
2ac7c5d3e2
2 changed files with 8 additions and 4 deletions
|
|
@ -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.
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue