Skip to content

Commit

Permalink
update for fast follow-on bugfix only release
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinhendricks committed Sep 3, 2024
1 parent a7fe3bb commit 81991f0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ set( CMAKE_ARCHIVE_OUTPUT_DIRECTORY ${PROJECT_BINARY_DIR}/lib )

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

if( UNIX AND NOT APPLE )
Expand Down
5 changes: 5 additions & 0 deletions ChangeLog.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
Change Log
==========
PageEdit-2.3.1
Bug Fixes
- fix double pasting of xhtml/html content into PageEdit


PageEdit-2.3.0
Bug Fixes
- fix broken use of arrow keys when selecting images to insert
Expand Down

0 comments on commit 81991f0

Please sign in to comment.