Skip to content

Commit 04c04ef

Browse files
committed
Update version to 0.3.2
1 parent bb79474 commit 04c04ef

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
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 1)
7+
set(PSTACK_VERSION_PATCH 2)
88

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

vcpkg.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"name": "partstacker",
3-
"version-string": "0.3.0",
43
"dependencies": [
54
"catch2",
65
"glew",

0 commit comments

Comments
 (0)