Skip to content

Commit

Permalink
prep for a release
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinhendricks committed Jun 13, 2024
1 parent f2c5e05 commit 5c7b2ca
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 @@ -46,7 +46,7 @@ set( CMAKE_LIBRARY_OUTPUT_DIRECTORY ${PROJECT_BINARY_DIR}/lib )
set( CMAKE_ARCHIVE_OUTPUT_DIRECTORY ${PROJECT_BINARY_DIR}/lib )

set( PAGEEDIT_MAJOR_VERSION 2 )
set( PAGEEDIT_MINOR_VERSION 1 )
set( PAGEEDIT_MINOR_VERSION 2 )
set( PAGEEDIT_REVISION_VERSION 0 )
set( PAGEEDIT_FULL_VERSION ${PAGEEDIT_MAJOR_VERSION}.${PAGEEDIT_MINOR_VERSION}.${PAGEEDIT_REVISION_VERSION} )

Expand Down
2 changes: 1 addition & 1 deletion ChangeLog.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Change Log
==========
pre-PageEdit-2.2.0
PageEdit-2.2.0
Bug Fixes
- use patched Qt 6.6.2 to fix huge memory leak when resizing QWebEngineView on macOS
- fix broken URLEncodePath that prevent proper insertion of Media (image, audo, video)
Expand Down

0 comments on commit 5c7b2ca

Please sign in to comment.