Skip to content

Commit

Permalink
Merge pull request #58 from dgasmith/loriab-patch-2
Browse files Browse the repository at this point in the history
bump soversion
  • Loading branch information
dgasmith committed Oct 29, 2019
2 parents d4aab3c + 4abda41 commit 78ddfdd
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
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.1 FATAL_ERROR)

project(gau2grid
VERSION 2.0.3
VERSION 2.0.4
LANGUAGES C)
set(gau2grid_AUTHORS "Daniel G. A. Smith")
set(gau2grid_DESCRIPTION "Fast computation of a gaussian and its derivative on a grid")
Expand Down Expand Up @@ -86,7 +86,7 @@ else()
set_target_properties(gg PROPERTIES COMPILE_FLAGS "-std=c11")
endif()
set_target_properties(gg PROPERTIES POSITION_INDEPENDENT_CODE ${BUILD_FPIC}
SOVERSION 1) # bump whenever interface has changes or removals
SOVERSION 2) # bump whenever interface has changes or removals

find_package(StandardMathLibraryC)
target_link_libraries(gg PRIVATE ${STANDARD_MATH_LIBRARY})
Expand Down

0 comments on commit 78ddfdd

Please sign in to comment.