aboutsummaryrefslogtreecommitdiff
path: root/config.h.cmake.in
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2018-03-13 10:01:13 +0100
committerThomas White <taw@physics.org>2018-03-13 10:26:44 +0100
commitea8e7bc35e5c09096c04f5c269451a330d59c49b (patch)
treeed8fac715b989597e4f2815e5946eced89405a44 /config.h.cmake.in
parent279ae2e0836a91f8bff0a225ceaf733d4e072aa7 (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.in7
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."