Skip to content

Commit 9cb6a5a

Browse files
committed
Bump version
1 parent 372f99f commit 9cb6a5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ cmake_policy(SET CMP0048 NEW) # enable project VERSION
44
cmake_policy(SET CMP0056 NEW) # honor link flags in try_compile()
55
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake")
66

7-
project(immer VERSION 0.6.2)
7+
project(immer VERSION 0.7.0)
88

99
if (NOT MSVC)
1010
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -Wextra -pedantic -Wno-unused-parameter -Wno-extended-offsetof -Wno-c++17-extensions -Wno-c++1z-extensions -Wno-unknown-warning-option -Wno-type-limits")

0 commit comments

Comments
 (0)