Skip to content

Commit

Permalink
Advance release version
Browse files Browse the repository at this point in the history
  • Loading branch information
dougmassay committed Mar 25, 2021
1 parent dfdb141 commit 0e6d314
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ set( CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_CURRENT_SOURCE_DIR}/cmake_e

set( SIGIL_MAJOR_VERSION 1 )
set( SIGIL_MINOR_VERSION 5 )
set( SIGIL_REVISION_VERSION 0 )
set( SIGIL_REVISION_VERSION 1 )
set( SIGIL_FULL_VERSION ${SIGIL_MAJOR_VERSION}.${SIGIL_MINOR_VERSION}.${SIGIL_REVISION_VERSION} )

if( UNIX AND NOT APPLE )
Expand Down

0 comments on commit 0e6d314

Please sign in to comment.