chore(release): 3.1.7

This commit is contained in:
Paweł Kotiuk
2021-09-10 15:28:08 +02:00
committed by Paweł Kotiuk
parent 57af2813be
commit 607847c4e2
4 changed files with 712 additions and 743 deletions

View File

@@ -1,5 +1,5 @@
user=AntiMicroX user=AntiMicroX
project=antimicrox project=antimicrox
since-tag=3.1.1 since-tag=3.1.1
pr-label=**Other merged pull requests:** pr-label=**Notable merged pull requests:**
issues-label=**Notable closed issues:** issues-label=**Notable closed issues:**

View File

File diff suppressed because it is too large Load Diff

View File

@@ -64,7 +64,7 @@ endif(COMPILER_SUPPORTS_CXX11)
# The version number. # The version number.
set(ANTIMICROX_MAJOR_VERSION 3) set(ANTIMICROX_MAJOR_VERSION 3)
set(ANTIMICROX_MINOR_VERSION 1) set(ANTIMICROX_MINOR_VERSION 1)
set(ANTIMICROX_PATCH_VERSION 6) set(ANTIMICROX_PATCH_VERSION 7)
option(WITH_TESTS "Allow tests for classes" OFF) option(WITH_TESTS "Allow tests for classes" OFF)

View File

@@ -28,6 +28,7 @@
<url type="homepage">https://github.com/AntiMicroX/antimicrox/</url> <url type="homepage">https://github.com/AntiMicroX/antimicrox/</url>
<launchable type="desktop-id">io.github.antimicrox.antimicrox.desktop</launchable> <launchable type="desktop-id">io.github.antimicrox.antimicrox.desktop</launchable>
<releases> <releases>
<release version="3.1.7" date="2021-09-10" />
<release version="3.1.6" date="2021-08-14" /> <release version="3.1.6" date="2021-08-14" />
<release version="3.1.5" date="2021-03-14" /> <release version="3.1.5" date="2021-03-14" />
<release version="3.1.4" date="2021-01-11" /> <release version="3.1.4" date="2021-01-11" />