Skip to content

Commit abbad53

Browse files
committed
Update version to 0.4
1 parent cc313a3 commit abbad53

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/configure/pstack_configure.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ if(DEFINED PSTACK_VERSION_MAJOR OR DEFINED PSTACK_VERSION_MINOR OR DEFINED PSTAC
33
endif()
44

55
set(PSTACK_VERSION_MAJOR 0)
6-
set(PSTACK_VERSION_MINOR 3)
7-
set(PSTACK_VERSION_PATCH 2)
6+
set(PSTACK_VERSION_MINOR 4)
7+
set(PSTACK_VERSION_PATCH 0)
88

99
macro(pstack_configure_file input output)
1010
configure_file("${PROJECT_SOURCE_DIR}/src/configure/${input}" "${CMAKE_CURRENT_BINARY_DIR}/pstack_generated/${output}")

0 commit comments

Comments
 (0)