We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbb38f1 commit 42153e4Copy full SHA for 42153e4
cpp/CMakeLists.txt
@@ -15,7 +15,7 @@ target_link_libraries(libjsonnet++ libjsonnet)
15
# CMake prepends CMAKE_SHARED_LIBRARY_PREFIX to shared libraries, so without
16
# this step the output would be |liblibjsonnet|.
17
set_target_properties(libjsonnet++ PROPERTIES OUTPUT_NAME jsonnet++
18
- VERSION "0.21.0-rc2"
+ VERSION "0.21.0"
19
SOVERSION "0"
20
PUBLIC_HEADER "${LIB_HEADER}")
21
install(TARGETS libjsonnet++
0 commit comments