mirror of
https://github.com/Cantera/cantera.git
synced 2026-08-19 01:14:44 -05:00
Doxyfile.in hardcoded the version, which had to be bumped by hand at each release. Substitute it from env['cantera_version'] instead. The version switcher derives its match key from $projectnumber, so a stale value here would silently break it rather than just displaying the wrong number. Doxyfile.in is substituted at two sites and Substfile leaves an unmatched @VAR@ in place silently, so add the key to both dicts, with a test that keeps them in sync.