mirror of
https://github.com/fltk/fltk.git
synced 2026-05-28 20:06:18 +08:00
Fix version number in doxygen docs
... when generated with configure/make.
This commit is contained in:
+5
-1
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# Make include file for the Fast Light Tool Kit (FLTK).
|
# Make include file for the Fast Light Tool Kit (FLTK).
|
||||||
#
|
#
|
||||||
# Copyright 1998-2020 by Bill Spitzak and others.
|
# Copyright 1998-2021 by Bill Spitzak and others.
|
||||||
#
|
#
|
||||||
# This library is free software. Distribution and use rights are outlined in
|
# This library is free software. Distribution and use rights are outlined in
|
||||||
# the file "COPYING" which should have been included with this file. If this
|
# the file "COPYING" which should have been included with this file. If this
|
||||||
@@ -20,6 +20,10 @@ FL_VERSION = @FLTK_VERSION@
|
|||||||
FL_DSO_VERSION = @FL_DSO_VERSION@
|
FL_DSO_VERSION = @FL_DSO_VERSION@
|
||||||
FL_ABI_VERSION = @FL_ABI_VERSION@
|
FL_ABI_VERSION = @FL_ABI_VERSION@
|
||||||
|
|
||||||
|
# FLTK version for documentation generation with doxygen
|
||||||
|
|
||||||
|
FLTK_VERSION = @FLTK_VERSION@
|
||||||
|
|
||||||
# FLTK configuration options: BUILD = { WIN | OSX | X11 | XFT }
|
# FLTK configuration options: BUILD = { WIN | OSX | X11 | XFT }
|
||||||
|
|
||||||
BUILD = @BUILD@
|
BUILD = @BUILD@
|
||||||
|
|||||||
Reference in New Issue
Block a user