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 244360f commit d11b92eCopy full SHA for d11b92e
CMakeLists.txt
@@ -21,7 +21,7 @@ endif()
21
22
message(STATUS "Build mode: ${CMAKE_BUILD_TYPE}")
23
message(STATUS "Install base directory: ${CMAKE_INSTALL_PREFIX}")
24
-set(VELOCYPACK_VERSION "0.0.1" CACHE STRING "VelocyPack version")
+set(VELOCYPACK_VERSION "0.1.33" CACHE STRING "VelocyPack version")
25
set(VELOCYPACK_DISPLAY_NAME "Velocypack")
26
set(VELOCYPACK_URL_INFO_ABOUT "https://github.com/arangodb/velocypack")
27
set(VELOCYPACK_CONTACT "[email protected]")
VERSION
@@ -0,0 +1 @@
1
+0.1.33
0 commit comments