Browse Source

[Minor] Update version to 1.8.4

tags/1.9.0
Vsevolod Stakhov 5 years ago
parent
commit
34a0eebf73
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      CMakeLists.txt

+ 1
- 1
CMakeLists.txt View File



SET(RSPAMD_VERSION_MAJOR 1) SET(RSPAMD_VERSION_MAJOR 1)
SET(RSPAMD_VERSION_MINOR 8) SET(RSPAMD_VERSION_MINOR 8)
SET(RSPAMD_VERSION_PATCH 3)
SET(RSPAMD_VERSION_PATCH 4)


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

Loading…
Cancel
Save