mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-19 01:05:15 +03:00
13 lines
432 B
Diff
13 lines
432 B
Diff
Pulled from master. Can be deleted 0.13.0+
|
|
|
|
--- a/core/CMakeLists.txt
|
|
+++ b/core/CMakeLists.txt
|
|
@@ -35,7 +35,7 @@
|
|
# CMake prepends CMAKE_SHARED_LIBRARY_PREFIX to shared libraries, so without
|
|
# this step the output would be |liblibjsonnet|.
|
|
set_target_properties(libjsonnet PROPERTIES OUTPUT_NAME jsonnet
|
|
- VERSION "0.12.1"
|
|
+ VERSION "0.13.0"
|
|
SOVERSION "0"
|
|
PUBLIC_HEADER "${LIB_HEADER}")
|
|
install(TARGETS libjsonnet
|