aboutsummaryrefslogtreecommitdiffstats
path: root/src/build-data
diff options
context:
space:
mode:
authorlloyd <[email protected]>2010-06-14 12:32:46 +0000
committerlloyd <[email protected]>2010-06-14 12:32:46 +0000
commit3a7b91163b8d1b6d0044b777b0e8ffce77c9d8c9 (patch)
treef8bb19776cb7b35f68f7c68a524cc397a4480e13 /src/build-data
parenta68fb6c85bfc35a6eb5b7ed3a60c44eea68d9413 (diff)
Expose a datestamp in build.h, provide function in version.h for
getting runtime value.
Diffstat (limited to 'src/build-data')
-rw-r--r--src/build-data/buildh.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/build-data/buildh.in b/src/build-data/buildh.in
index 2f5413113..6a203234a 100644
--- a/src/build-data/buildh.in
+++ b/src/build-data/buildh.in
@@ -8,6 +8,8 @@
#define BOTAN_VERSION_MINOR %{version_minor}
#define BOTAN_VERSION_PATCH %{version_patch}
+#define BOTAN_VERSION_DATESTAMP %{version_datestamp}
+
#ifndef BOTAN_DLL
#define BOTAN_DLL %{dll_import_flags}
#endif