Skip to content

Commit

Permalink
chore(release): 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pktiuk committed Oct 28, 2021
1 parent 7b021fa commit 801849e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ endif(COMPILER_SUPPORTS_CXX11)

# The version number.
set(ANTIMICROX_MAJOR_VERSION 3)
set(ANTIMICROX_MINOR_VERSION 1)
set(ANTIMICROX_PATCH_VERSION 7)
set(ANTIMICROX_MINOR_VERSION 2)
set(ANTIMICROX_PATCH_VERSION 0)

if(UNIX)
option(WITH_X11 "Compile with support for X11." ON)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
<url type="homepage">https://github.com/AntiMicroX/antimicrox/</url>
<launchable type="desktop-id">io.github.antimicrox.antimicrox.desktop</launchable>
<releases>
<release version="3.2.0" date="2021-10-29" />
<release version="3.1.7" date="2021-09-10" />
<release version="3.1.6" date="2021-08-14" />
<release version="3.1.5" date="2021-03-14" />
Expand Down

0 comments on commit 801849e

Please sign in to comment.