Skip to content

Commit

Permalink
set correct 2.16.0 release version strings
Browse files Browse the repository at this point in the history
  • Loading branch information
terhorstd committed Aug 21, 2018
1 parent 340dfa1 commit 4a33325
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ set( NEST_USER_EMAIL "nest_user@nest-initiative.org" )

# VERSION exported to libnestutil/config.h, extras/create_release.sh
set( NEST_VERSION_MAJOR 2 )
set( NEST_VERSION_MINOR 14 )
set( NEST_VERSION_MINOR 16 )
set( NEST_VERSION_PATCHLEVEL 0 )

set( NEST_VERSION_VERSION "${NEST_VERSION_MAJOR}.${NEST_VERSION_MINOR}.${NEST_VERSION_PATCHLEVEL}" )
Expand Down
2 changes: 1 addition & 1 deletion extras/create_rcsinfo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

# default value, if git is not installed or if the source directory is
# not under version control
version="v2.14.0"
version="v2.16.0"

# check if we can run the git command
if command -v git >/dev/null 2>&1; then
Expand Down

0 comments on commit 4a33325

Please sign in to comment.