diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2016-04-01 15:22:15 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2016-04-01 15:22:15 +0100 |
commit | c7c8ff17c95011401edc6d18e1fcfb9318c76475 (patch) | |
tree | 1bc167eda92c9a591fb220088e840f2f2ff6a1ee /CMakeLists.txt | |
parent | b69959f2f8411699ad40c96b18d17377de997a14 (diff) | |
download | rspamd-c7c8ff17c95011401edc6d18e1fcfb9318c76475.tar.gz rspamd-c7c8ff17c95011401edc6d18e1fcfb9318c76475.zip |
[Minor] Update version to 1.2.3
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index d77770ae6..e111ec3aa 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -12,7 +12,7 @@ ENABLE_LANGUAGE(ASM) SET(RSPAMD_VERSION_MAJOR 1) SET(RSPAMD_VERSION_MINOR 2) -SET(RSPAMD_VERSION_PATCH 2) +SET(RSPAMD_VERSION_PATCH 3) # Keep two digits all the time SET(RSPAMD_VERSION_MAJOR_NUM ${RSPAMD_VERSION_MAJOR}0) |