We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe392cf commit 29c8e1eCopy full SHA for 29c8e1e
1 file changed
src/CMakeLists.txt
@@ -88,7 +88,7 @@ set_target_properties(gpuarray PROPERTIES
88
INSTALL_NAME_DIR ${CMAKE_INSTALL_PREFIX}/lib
89
MACOSX_RPATH OFF
90
# This is the shared library version
91
- VERSION 0.1
+ VERSION 1.0
92
)
93
94
add_library(gpuarray-static STATIC ${GPUARRAY_SRC})
0 commit comments