Skip to content

Commit

Permalink
chore(release): 3.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pktiuk committed Oct 24, 2022
1 parent c4bfbe0 commit 22cf6a2
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
# Changelog
## [3.3.1](https://github.com/AntiMicroX/antimicrox/tree/3.3.1) (2022-10-24)

## [3.3](https://github.com/AntiMicroX/antimicrox/tree/3.3) (2022-10-24)
[Full Changelog](https://github.com/AntiMicroX/antimicrox/compare/3.3.0...3.3.1)

[Full Changelog](https://github.com/AntiMicroX/antimicrox/compare/3.2.5...3.3)
Hotfix release reverting PR [\#555](https://github.com/AntiMicroX/antimicrox/pull/555) which can cause segfaults.

## [3.3.0](https://github.com/AntiMicroX/antimicrox/tree/3.3.0) (2022-10-24)

[Full Changelog](https://github.com/AntiMicroX/antimicrox/compare/3.2.5...3.3.0)


**Implemented enhancements:**
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ endif(COMPILER_SUPPORTS_CXX11)
# The version number.
set(ANTIMICROX_MAJOR_VERSION 3)
set(ANTIMICROX_MINOR_VERSION 3)
set(ANTIMICROX_PATCH_VERSION 0)
set(ANTIMICROX_PATCH_VERSION 1)

if(UNIX)
option(WITH_X11 "Compile with support for X11." ON)
Expand Down
3 changes: 2 additions & 1 deletion other/appdata/io.github.antimicrox.antimicrox.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@
<url type="bugtracker">https://github.com/AntiMicroX/antimicrox/issues</url>
<launchable type="desktop-id">io.github.antimicrox.antimicrox.desktop</launchable>
<releases>
<release version="3.3" date="2022-10-24" />
<release version="3.3.1" date="2022-10-24" />
<release version="3.3.0" date="2022-10-24" />
<release version="3.2.5" date="2022-07-18" />
<release version="3.2.4" date="2022-06-11" />
<release version="3.2.3" date="2022-03-24" />
Expand Down

0 comments on commit 22cf6a2

Please sign in to comment.