Skip to content

Commit 78ddfdd

Browse files
authored
Merge pull request #58 from dgasmith/loriab-patch-2
bump soversion
2 parents d4aab3c + 4abda41 commit 78ddfdd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cmake_minimum_required(VERSION 3.1 FATAL_ERROR)
22

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

9191
find_package(StandardMathLibraryC)
9292
target_link_libraries(gg PRIVATE ${STANDARD_MATH_LIBRARY})

0 commit comments

Comments
 (0)