Skip to content

Commit 380cf1a

Browse files
committed
Update version to 0.3.1
1 parent f13cb31 commit 380cf1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/configure/pstack_configure.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ endif()
44

55
set(PSTACK_VERSION_MAJOR 0)
66
set(PSTACK_VERSION_MINOR 3)
7-
set(PSTACK_VERSION_PATCH 0)
7+
set(PSTACK_VERSION_PATCH 1)
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)