mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
wscript: drop unused VERSION assignment in libs
https://waf.io/book/ says By default, the project name and version are set to noname and 1.0. To change them, it is necessary to provide two additional variables in the top-level project file - and waf code inspection confirms that waf itself only will use the top level VERSION. Some wscripts will use bld.env['VERSION'] but that will also just use the value set in the top wscript.
This commit is contained in:
parent
aa3f6e3a5c
commit
3b4cf9191c
19 changed files with 0 additions and 19 deletions
|
|
@ -15,7 +15,6 @@ ZRESAMPLER_LIB_VERSION = '1.6.0'
|
|||
|
||||
# Variables for 'waf dist'
|
||||
APPNAME = 'zita-resampler'
|
||||
VERSION = ZRESAMPLER_VERSION
|
||||
I18N_PACKAGE = 'libzita-resampler'
|
||||
|
||||
# Mandatory variables
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue