Skip to content

Commit

Permalink
prep for upcoming release [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinhendricks committed Aug 31, 2022
1 parent 690aa1b commit 3b37b3a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ set( CMAKE_ARCHIVE_OUTPUT_DIRECTORY ${PROJECT_BINARY_DIR}/lib )

set( PAGEEDIT_MAJOR_VERSION 1 )
set( PAGEEDIT_MINOR_VERSION 9 )
set( PAGEEDIT_REVISION_VERSION 10 )
set( PAGEEDIT_REVISION_VERSION 20 )
set( PAGEEDIT_FULL_VERSION ${PAGEEDIT_MAJOR_VERSION}.${PAGEEDIT_MINOR_VERSION}.${PAGEEDIT_REVISION_VERSION} )

if( UNIX AND NOT APPLE )
Expand Down
4 changes: 2 additions & 2 deletions ChangeLog.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Change Log
==========
pre-1.9.20
PageEdit-1.9.20
New Features
- add Preferences settings to disable gpu acceleration

Expand All @@ -10,7 +10,7 @@ pre-1.9.20
- more fixes for building and running under Qt6
- fix issues with inserting links when anchor text contains characters
that need to be xml escaped


PageEdit-1.9.10
New Features
Expand Down

0 comments on commit 3b37b3a

Please sign in to comment.