Release 0.6.8

- Build separate packages for OSD, monitor, client, C header, fio and QEMU drivers
  instead of one package which included everything
This commit is contained in:
Vitaliy Filippov
2021-11-15 00:49:21 +03:00
parent 75b47a6298
commit 920345f7b6
14 changed files with 21 additions and 21 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ if("${CMAKE_INSTALL_PREFIX}" MATCHES "^/usr/local/?$")
set(CMAKE_INSTALL_RPATH "${CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_LIBDIR}")
endif()
add_definitions(-DVERSION="0.6.7")
add_definitions(-DVERSION="0.6.8")
add_definitions(-Wall -Wno-sign-compare -Wno-comment -Wno-parentheses -Wno-pointer-arith -fdiagnostics-color=always -I ${CMAKE_SOURCE_DIR}/src)
if (${WITH_ASAN})
add_definitions(-fsanitize=address -fno-omit-frame-pointer)