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 1c8fdac commit ed9bdaeCopy full SHA for ed9bdae
CMakeLists.txt
@@ -4,7 +4,7 @@ cmake_policy(SET CMP0048 NEW) # enable project VERSION
4
cmake_policy(SET CMP0056 NEW) # honor link flags in try_compile()
5
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake")
6
7
-project(immer VERSION 0.4.0)
+project(immer VERSION 0.5.0)
8
9
if (NOT MSVC)
10
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -Wextra -pedantic -Wno-unused-parameter -Wno-extended-offsetof")
0 commit comments