aboutsummaryrefslogtreecommitdiff
path: root/src/version.c.in
blob: 86315801602d8a232c5428738960f6a24bb5b3a9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/* Prevent subsequent inclusion of version.h
 * (e.g. in the case of Meson unity build mode) */
#define CRYSTFEL_VERSION_H

const char *crystfel_version_string()
{
	return "@VCS_TAG@";
}

const char *crystfel_licence_string()
{
	return "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.";
}