Skip to content

Commit

Permalink
updating version number (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
K20shores committed Jul 3, 2023
1 parent 3aa0110 commit 0a9c7b2
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 @@ -7,9 +7,9 @@ project(CAMP Fortran C)

set(PACKAGE_BUGREPORT "mattldawson@gmail.com")
set(PACKAGE_NAME "CAMP")
set(PACKAGE_STRING "CAMP 1.0.0")
set(PACKAGE_STRING "CAMP 1.1.0")
set(PACKAGE_TARNAME "camp")
set(PACKAGE_VERSION "1.0.0")
set(PACKAGE_VERSION "1.1.0")

if ( "${CMAKE_SYSTEM_NAME}" MATCHES "Darwin" )
set ( ENABLE_DYLIBS_USE_RPATH TRUE CACHE BOOL
Expand Down

0 comments on commit 0a9c7b2

Please sign in to comment.