Skip to content

Commit

Permalink
bump version for future release
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinhendricks committed Jul 16, 2019
1 parent 6b16269 commit fab7199
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
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 0 )
set( PAGEEDIT_MINOR_VERSION 7 )
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
3 changes: 3 additions & 0 deletions ChangeLog.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
Change Log
==========

PageEdit-0.7.1
- minor updates

PageEdit-0.7.0
- Initial Beta Release

0 comments on commit fab7199

Please sign in to comment.