Skip to content

Commit 42153e4

Browse files
chore: remove -rc2 tag in CMakeLists.txt VERSION field
1 parent bbb38f1 commit 42153e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ target_link_libraries(libjsonnet++ libjsonnet)
1515
# CMake prepends CMAKE_SHARED_LIBRARY_PREFIX to shared libraries, so without
1616
# this step the output would be |liblibjsonnet|.
1717
set_target_properties(libjsonnet++ PROPERTIES OUTPUT_NAME jsonnet++
18-
VERSION "0.21.0-rc2"
18+
VERSION "0.21.0"
1919
SOVERSION "0"
2020
PUBLIC_HEADER "${LIB_HEADER}")
2121
install(TARGETS libjsonnet++

0 commit comments

Comments
 (0)