Browse Source

[Minor] Update version to 1.6.1

tags/1.6.1
Vsevolod Stakhov 7 years ago
parent
commit
22e271f82c
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      CMakeLists.txt

+ 1
- 1
CMakeLists.txt View File

@@ -12,7 +12,7 @@ ENABLE_LANGUAGE(ASM)

SET(RSPAMD_VERSION_MAJOR 1)
SET(RSPAMD_VERSION_MINOR 6)
SET(RSPAMD_VERSION_PATCH 0)
SET(RSPAMD_VERSION_PATCH 1)

# Keep two digits all the time
SET(RSPAMD_VERSION_MAJOR_NUM ${RSPAMD_VERSION_MAJOR}0)

Loading…
Cancel
Save