diff options
Diffstat (limited to 'config.h.cmake.in')
-rw-r--r-- | config.h.cmake.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/config.h.cmake.in b/config.h.cmake.in index 11e0a87c..e56aeab6 100644 --- a/config.h.cmake.in +++ b/config.h.cmake.in @@ -60,3 +60,10 @@ /* Define to the version of this package. */ #define PACKAGE_VERSION "0.6.3" +#define CRYSTFEL_VERSIONSTRING "+@GIT_SHA1@" + +#define CRYSTFEL_BOILERPLATE "License GPLv3+: GNU GPL version 3 or later"\ + " <http://gnu.org/licenses/gpl.html>.\n"\ + "This is free software: you are free to change and redistribute it.\n"\ + "There is NO WARRANTY, to the extent permitted by law.\n\n"\ + "Written by Thomas White and others." |