Skip to content

Commit

Permalink
Bump patch version number
Browse files Browse the repository at this point in the history
  • Loading branch information
terhorstd authored May 11, 2023
1 parent 67c13d6 commit 55c46f7
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( NEST_USER_EMAIL "[email protected]" )
# VERSION exported to libnestutil/config.h, extras/create_release.sh
set( NEST_VERSION_MAJOR 2 )
set( NEST_VERSION_MINOR 14 )
set( NEST_VERSION_PATCHLEVEL 1 )
set( NEST_VERSION_PATCHLEVEL 2 )

set( NEST_VERSION_VERSION "${NEST_VERSION_MAJOR}.${NEST_VERSION_MINOR}.${NEST_VERSION_PATCHLEVEL}" )
set( NEST_VERSION_PRGNAME "${PROJECT_NAME}-${NEST_VERSION_VERSION}" )
Expand Down

0 comments on commit 55c46f7

Please sign in to comment.