Skip to content

Commit 29c8e1e

Browse files
committed
Bump the shared library version.
1 parent fe392cf commit 29c8e1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ set_target_properties(gpuarray PROPERTIES
8888
INSTALL_NAME_DIR ${CMAKE_INSTALL_PREFIX}/lib
8989
MACOSX_RPATH OFF
9090
# This is the shared library version
91-
VERSION 0.1
91+
VERSION 1.0
9292
)
9393

9494
add_library(gpuarray-static STATIC ${GPUARRAY_SRC})

0 commit comments

Comments
 (0)