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 cc313a3 commit abbad53Copy full SHA for abbad53
src/configure/pstack_configure.cmake
@@ -3,8 +3,8 @@ if(DEFINED PSTACK_VERSION_MAJOR OR DEFINED PSTACK_VERSION_MINOR OR DEFINED PSTAC
3
endif()
4
5
set(PSTACK_VERSION_MAJOR 0)
6
-set(PSTACK_VERSION_MINOR 3)
7
-set(PSTACK_VERSION_PATCH 2)
+set(PSTACK_VERSION_MINOR 4)
+set(PSTACK_VERSION_PATCH 0)
8
9
macro(pstack_configure_file input output)
10
configure_file("${PROJECT_SOURCE_DIR}/src/configure/${input}" "${CMAKE_CURRENT_BINARY_DIR}/pstack_generated/${output}")
0 commit comments