Release 0.6.0
Warning: upgrading from 0.5.x is currently not supported! Please create an issue if you really need upgrade capability. New features: - Snapshots and Copy-on-Write clones - Inode (image) names - Inode I/O and space statistics - Write throttling for smoothing random write workloads in SSD+HDD configurations
This commit is contained in:
+1
-1
@@ -13,7 +13,7 @@ if("${CMAKE_INSTALL_PREFIX}" MATCHES "^/usr/local/?$")
|
||||
set(CMAKE_INSTALL_RPATH "${CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_LIBDIR}")
|
||||
endif()
|
||||
|
||||
add_definitions(-DVERSION="0.6-dev")
|
||||
add_definitions(-DVERSION="0.6.0")
|
||||
add_definitions(-Wall -Wno-sign-compare -Wno-comment -Wno-parentheses -Wno-pointer-arith -I ${CMAKE_SOURCE_DIR}/src)
|
||||
if (${WITH_ASAN})
|
||||
add_definitions(-fsanitize=address -fno-omit-frame-pointer)
|
||||
|
||||
Reference in New Issue
Block a user