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:
Mads Kiilerich 2022-04-09 15:36:22 +02:00 committed by Paul Davis
parent aa3f6e3a5c
commit 3b4cf9191c
19 changed files with 0 additions and 19 deletions

View file

@ -10,7 +10,6 @@ VAMP_PYIN_LIB_VERSION = '0.0.0'
# Variables for 'waf dist'
APPNAME = 'libardourvamppyin'
VERSION = '1.1'
# Mandatory variables
top = '.'