diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2020-02-26 13:31:41 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2020-02-26 13:31:41 +0000 |
commit | 97217d7bfc4eb37863e789bab9e01c0b77f759ef (patch) | |
tree | 2e75b6a6a15fbac928b17c633c39c1cf28cd76ff | |
parent | a74e458e157a73c9854354c6e01b4378240de601 (diff) | |
download | rspamd-97217d7bfc4eb37863e789bab9e01c0b77f759ef.tar.gz rspamd-97217d7bfc4eb37863e789bab9e01c0b77f759ef.zip |
[Minor] Update version to 2.5
-rw-r--r-- | CMakeLists.txt | 2 | ||||
-rw-r--r-- | debian/changelog | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 2df938644..bbc141170 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -8,7 +8,7 @@ CMAKE_MINIMUM_REQUIRED(VERSION 3.9 FATAL_ERROR) SET(RSPAMD_VERSION_MAJOR 2) -SET(RSPAMD_VERSION_MINOR 4) +SET(RSPAMD_VERSION_MINOR 5) # Keep two digits all the time SET(RSPAMD_VERSION_MAJOR_NUM ${RSPAMD_VERSION_MAJOR}0) diff --git a/debian/changelog b/debian/changelog index efffe434f..d68ba2da2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,5 @@ -rspamd (2.4) unstable; urgency=low +rspamd (2.5) unstable; urgency=low * New release. - -- Vsevolod Stakhov <vsevolod@highsecure.ru> Fri, 14 Feb 2020 23:10:27 +0000 + -- Vsevolod Stakhov <vsevolod@highsecure.ru> Fri, 16 Feb 2020 23:10:27 +0000 |