Fix version number in doxygen docs

... when generated with configure/make.
This commit is contained in:
Albrecht Schlosser 2021-04-28 12:41:40 +02:00
parent 5f645dda79
commit 302b242150

View File

@ -20,6 +20,10 @@ FL_VERSION = @FLTK_VERSION@
FL_DSO_VERSION = @FL_DSO_VERSION@
FL_ABI_VERSION = @FL_ABI_VERSION@
# FLTK version for documentation generation with doxygen
FLTK_VERSION = @FLTK_VERSION@
# Standard configure variables
prefix = @prefix@