Skip to content

Commit

Permalink
Update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
mattdawkins committed Mar 30, 2017
1 parent 1e67732 commit 3097f3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMake/build_package.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ set( CPACK_PACKAGE_VENDOR "Kitware, NOAA, and Friends" )
set( CPACK_PACKAGE_DESCRIPTION_FILE "${CMAKE_CURRENT_SOURCE_DIR}/README.md" )
set( CPACK_RESOURCE_FILE_LICENSE "${CMAKE_CURRENT_SOURCE_DIR}/LICENSE.txt" )
set( CPACK_PACKAGE_VERSION_MAJOR "0" )
set( CPACK_PACKAGE_VERSION_MINOR "2" )
set( CPACK_PACKAGE_VERSION_PATCH "1" )
set( CPACK_PACKAGE_VERSION_MINOR "3" )
set( CPACK_PACKAGE_VERSION_PATCH "0" )
set( CPACK_PACKAGE_INSTALL_DIRECTORY "VIAME-${CMake_VERSION_MAJOR}.${CMake_VERSION_MINOR}" )

include( BundleUtilities )
Expand Down

0 comments on commit 3097f3e

Please sign in to comment.