Browse Source

[Minor] Update version to 1.7.8

tags/1.7.8
Vsevolod Stakhov 6 years ago
parent
commit
c857ae2c0a
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 7)
SET(RSPAMD_VERSION_PATCH 7)
SET(RSPAMD_VERSION_PATCH 8)

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

Loading…
Cancel
Save