Skip to content

Commit

Permalink
prepare for 1.4.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
gijzelaerr committed Sep 17, 2015
1 parent ba3995e commit 094acb6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ endif(${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION} LESS 2.8)

# project version
set( ${PROJECT_NAME}_MAJOR_VERSION 1 )
set( ${PROJECT_NAME}_MINOR_VERSION 3 )
set( ${PROJECT_NAME}_PATCH_LEVEL 2 )
set( ${PROJECT_NAME}_MINOR_VERSION 4 )
set( ${PROJECT_NAME}_PATCH_LEVEL 0 )

# dependencies
find_package(CasaCore REQUIRED)
Expand Down

0 comments on commit 094acb6

Please sign in to comment.