diff options
author | Florent Le Coz <louiz@louiz.org> | 2014-06-17 20:56:32 +0200 |
---|---|---|
committer | Florent Le Coz <louiz@louiz.org> | 2014-06-20 10:45:38 +0200 |
commit | aaf71774131198de2095c07e560fb420833c544d (patch) | |
tree | 6f5974344d4fcb041822ada6381bdacc1667c3ad /src | |
parent | 2117838cf9fb083f6f74386abbb56e3b28d4db46 (diff) | |
download | biboumi-aaf71774131198de2095c07e560fb420833c544d.tar.gz biboumi-aaf71774131198de2095c07e560fb420833c544d.tar.bz2 biboumi-aaf71774131198de2095c07e560fb420833c544d.tar.xz biboumi-aaf71774131198de2095c07e560fb420833c544d.zip |
Write the software version, including the git hash, in config.h using cmake
Diffstat (limited to 'src')
-rw-r--r-- | src/config.h.cmake | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/config.h.cmake b/src/config.h.cmake index 66ea967..bb4a5b8 100644 --- a/src/config.h.cmake +++ b/src/config.h.cmake @@ -2,4 +2,5 @@ #cmakedefine LIBIDN_FOUND #cmakedefine SYSTEMDDAEMON_FOUND #cmakedefine POLLER ${POLLER} -#cmakedefine BOTAN_FOUND
\ No newline at end of file +#cmakedefine BOTAN_FOUND +#cmakedefine BIBOUMI_VERSION "${BIBOUMI_VERSION}"
\ No newline at end of file |