FLTK logo

[master] 189f7ec - Fix version number in doxygen docs

FLTK matrix user chat room
(using Element browser app)   FLTK gitter user chat room   GitHub FLTK Project   FLTK News RSS Feed  
  FLTK Apps      FLTK Library      Forums      Links     Login 
 All Forums  |  Back to fltk.commit  ]
 
Previous Message ]Next Message ]

[master] 189f7ec - Fix version number in doxygen docs "Albrecht Schlosser" Apr 28, 2021  
 
commit 189f7ec3acde81377fc3bb2ffbec9fb1aa2e2896
Author:     Albrecht Schlosser <albrechts.fltk@online.de>
AuthorDate: Wed Apr 28 12:41:40 2021 +0200
Commit:     Albrecht Schlosser <albrechts.fltk@online.de>
CommitDate: Wed Apr 28 12:48:52 2021 +0200

    Fix version number in doxygen docs
    
    ... when generated with configure/make.

 makeinclude.in | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git makeinclude.in makeinclude.in
index e00baa8..5e8d1a0 100644
--- makeinclude.in
+++ makeinclude.in
@@ -1,7 +1,7 @@
 #
 # 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
 # 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_ABI_VERSION		= @FL_ABI_VERSION@
 
+# FLTK version for documentation generation with doxygen
+
+FLTK_VERSION		= @FLTK_VERSION@
+
 # FLTK configuration options: BUILD = { WIN | OSX | X11 | XFT }
 
 BUILD		= @BUILD@
Direct Link to Message ]
 
     
Previous Message ]Next Message ]
 
 

Comments are owned by the poster. All other content is copyright 1998-2024 by Bill Spitzak and others. This project is hosted by The FLTK Team. Please report site problems to 'erco@seriss.com'.