]> git.ipfire.org Git - thirdparty/rspamd.git/commitdiff
[Minor] Update version number
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Fri, 18 May 2018 14:17:29 +0000 (15:17 +0100)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Fri, 18 May 2018 14:17:29 +0000 (15:17 +0100)
CMakeLists.txt

index 11eeabf735b87e2ba62e4bd314fb1d1954f1d988..b88da4241f29029c1739e7d1d983162aead3b801 100644 (file)
@@ -12,7 +12,7 @@ ENABLE_LANGUAGE(ASM)
 
 SET(RSPAMD_VERSION_MAJOR 1)
 SET(RSPAMD_VERSION_MINOR 7)
-SET(RSPAMD_VERSION_PATCH 5)
+SET(RSPAMD_VERSION_PATCH 6)
 
 # Keep two digits all the time
 SET(RSPAMD_VERSION_MAJOR_NUM ${RSPAMD_VERSION_MAJOR}0)