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

@ -3,7 +3,6 @@ from waflib.extras import autowaf as autowaf
# Variables for 'waf dist'
APPNAME = 'liblua'
VERSION = "5.3.5"
I18N_PACKAGE = 'liblua'
# Mandatory variables