Skip to content

Commit

Permalink
v0.6.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
markwkm committed Apr 11, 2024
1 parent 1094d9a commit 8a38f3b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ project (dbt7 NONE)

set (PROJECT_VERSION_MAJOR 0)
set (PROJECT_VERSION_MINOR 6)
set (PROJECT_VERSION_PATCH 1)
set (PROJECT_VERSION_PATCH 2)

set (PROJECT_VERSION
${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR}.${PROJECT_VERSION_PATCH})
Expand Down
2 changes: 1 addition & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
vX.Y.Z (YYYY-MM-DD)
v0.6.2 (2024-04-11)

- Fix AppRun to export APPDIR when running from an extracted directory
- Build AppImage with linuxdeploy instead of appimagetool
Expand Down

0 comments on commit 8a38f3b

Please sign in to comment.