diff options
author | Matthias Schiffer <mschiffer@universe-factory.net> | 2013-02-25 07:01:28 +0100 |
---|---|---|
committer | Matthias Schiffer <mschiffer@universe-factory.net> | 2013-02-25 07:01:28 +0100 |
commit | f19b8c4d82380ae0defb6c6041270d815164b0d2 (patch) | |
tree | 2155a87f86d48f520e77d4fb2fbb6884128da960 /config.h.in | |
parent | da761883608d20798c66a2e9243240bb6142b024 (diff) | |
download | fastd-f19b8c4d82380ae0defb6c6041270d815164b0d2.tar fastd-f19b8c4d82380ae0defb6c6041270d815164b0d2.zip |
Rewrite 'git describe' version support to update the version whenever needed
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/config.h.in b/config.h.in index 5aa1f6a..0ad647c 100644 --- a/config.h.in +++ b/config.h.in @@ -27,8 +27,6 @@ #ifndef _FASTD_CONFIG_H_ #define _FASTD_CONFIG_H_ -#define FASTD_VERSION "@FASTD_VERSION@" - #cmakedefine WITH_CAPABILITIES #cmakedefine USE_CRYPTO_AES128CTR |