diff options
author | Thomas White <taw@physics.org> | 2018-03-13 10:01:13 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2018-03-13 10:26:44 +0100 |
commit | ea8e7bc35e5c09096c04f5c269451a330d59c49b (patch) | |
tree | ed8fac715b989597e4f2815e5946eced89405a44 /config.h.cmake.in | |
parent | 279ae2e0836a91f8bff0a225ceaf733d4e072aa7 (diff) |
Nicer way of getting Git revision
This will need a separate way to create the official releases
(which shouldn't have Git revisions attached)
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." |