Skip to content

Commit

Permalink
Release 0.10.0-alpha3
Browse files Browse the repository at this point in the history
  • Loading branch information
MehdiChinoune committed Jul 10, 2024
1 parent fc7255a commit 4bd1f73
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ project( makhber
LANGUAGES CXX
)

set( PROJECT_VERSION_SUFFIX "alpha2" )
set( PROJECT_VERSION_SUFFIX "alpha3" )

set( PROJECT_RELEASE_DATE "Jan, 06 2023" )
set( PROJECT_RELEASE_DATE "Jul, 10 2024" )

set( CMAKE_CXX_EXTENSIONS OFF )

Expand Down
6 changes: 3 additions & 3 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Changelog

## Makhber 0.10.0 Alpha2
## Makhber 0.10.0 Alpha3

Released: 14-05-2022
Released: 10-07-2024

### General

Expand All @@ -14,7 +14,7 @@ Released: 14-05-2022

- Support Qt6
- Port to Qwt>6.1
- Requires Qt>=5.12
- Requires Qt>=5.14
- Silent warnings from different compilers
- Update and support packaging for different platforms

Expand Down
8 changes: 7 additions & 1 deletion packaging/freedesktop/com.github.makhber.Makhber.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,13 @@
<launchable type="desktop-id">com.github.makhber.Makhber.desktop</launchable>

<releases>
<release version="0.10.0-alpha2" date="2023-01-06"/>
<release version="0.10.0-alpha3" date="2024-07-10"/>
<release version="0.9.8.2" date="2024-06-26"/>
<release version="0.9.8.1" date="2024-03-18"/>
<release version="0.9.8" date="2023-10-28"/>
<release version="0.9.7" date="2022-11-13"/>
<release version="0.9.6.1" date="2022-09-16"/>
<release version="0.9.6" date="2022-06-21"/>
<release version="0.9.5.3" date="2022-04-18"/>
<release version="0.9.5.2" date="2022-02-18"/>
<release version="0.9.5.1" date="2022-02-12"/>
Expand Down

0 comments on commit 4bd1f73

Please sign in to comment.