13
0
livetrax/libs/waveview
Mads Kiilerich 3b4cf9191c 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.
2023-09-17 07:34:55 -06:00
..
MSVCwaveview
waveview switch from glib atomic to std::atomic (libs edition) 2023-03-24 14:19:15 -06:00
debug.cc
wave_view_private.cc switch from glib atomic to std::atomic (libs edition) 2023-03-24 14:19:15 -06:00
wave_view.cc switch from boost::{shared,weak}_ptr to std::{shared,weak}_ptr 2023-03-24 14:19:15 -06:00
wscript wscript: drop unused VERSION assignment in libs 2023-09-17 07:34:55 -06:00