diff options
author | Vsevolod Stakhov <vsevolod@rambler-co.ru> | 2010-12-03 17:09:00 +0300 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@rambler-co.ru> | 2010-12-03 17:09:00 +0300 |
commit | 426963bff9e01d7d2f48d0e9eb232ccc11b33808 (patch) | |
tree | c9ef707091db34da264c63c8cafd334b0aabeeaa /config.h.in | |
parent | cbc577df0ee6ec8855913442cfe0efe3a184e725 (diff) | |
download | rspamd-426963bff9e01d7d2f48d0e9eb232ccc11b33808.tar.gz rspamd-426963bff9e01d7d2f48d0e9eb232ccc11b33808.zip |
Write release id if rspamd is built from hg.
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in index 645310a5e..ae9afee83 100644 --- a/config.h.in +++ b/config.h.in @@ -132,6 +132,7 @@ #cmakedefine HAVE_CLOCK_GETTIME 1 #define RVERSION "${RSPAMD_VERSION}" +#define RID "${ID}" #define RSPAMD_MASTER_SITE_URL "${RSPAMD_MASTER_SITE_URL}" #define MODULES_NUM ${RSPAMD_MODULES_NUM} |