summaryrefslogtreecommitdiff
path: root/makeinclude.in
diff options
context:
space:
mode:
Diffstat (limited to 'makeinclude.in')
-rw-r--r--makeinclude.in6
1 files changed, 1 insertions, 5 deletions
diff --git a/makeinclude.in b/makeinclude.in
index 7980ac06b..e00baa8ea 100644
--- a/makeinclude.in
+++ b/makeinclude.in
@@ -16,13 +16,9 @@
# FLTK version numbers
-FL_MAJOR_VERSION = @FL_MAJOR_VERSION@
-FL_MINOR_VERSION = @FL_MINOR_VERSION@
-FL_PATCH_VERSION = @FL_PATCH_VERSION@
-
+FL_VERSION = @FLTK_VERSION@
FL_DSO_VERSION = @FL_DSO_VERSION@
FL_ABI_VERSION = @FL_ABI_VERSION@
-FL_VERSION = @FL_VERSION@
# FLTK configuration options: BUILD = { WIN | OSX | X11 | XFT }