General Utility Library for C++14  2.11
version.h
Go to the documentation of this file.
1 
23 #ifndef GUL14_VERSION_H_
24 #define GUL14_VERSION_H_
25 
26 #include "gul14/internal.h"
27 
28 namespace gul14 {
29 
35 GUL_EXPORT
36 extern char const* version_git;
37 
41 GUL_EXPORT
42 extern char const* version_api;
43 
44 } // namespace gul14
45 
46 #endif
Definition of macros used internally by GUL.
Namespace gul14 contains all functions and classes of the General Utility Library.
Definition: doxygen.h:26
GUL_EXPORT char const * version_git
Holds the git version tag of the sources that the library has been build with.
GUL_EXPORT char const * version_api
Holds the API version of the library.