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 bb79474 commit 04c04efCopy full SHA for 04c04ef
src/configure/pstack_configure.cmake
@@ -4,7 +4,7 @@ endif()
4
5
set(PSTACK_VERSION_MAJOR 0)
6
set(PSTACK_VERSION_MINOR 3)
7
-set(PSTACK_VERSION_PATCH 1)
+set(PSTACK_VERSION_PATCH 2)
8
9
macro(pstack_configure_file input output)
10
configure_file("${PROJECT_SOURCE_DIR}/src/configure/${input}" "${CMAKE_CURRENT_BINARY_DIR}/pstack_generated/${output}")
vcpkg.json
@@ -1,6 +1,5 @@
1
{
2
"name": "partstacker",
3
- "version-string": "0.3.0",
"dependencies": [
"catch2",
"glew",
0 commit comments