summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/pip-packaging-windows.yml2
-rw-r--r--CMakeGUDHIVersion.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/pip-packaging-windows.yml b/.github/workflows/pip-packaging-windows.yml
index 5d9eafe7..95205258 100644
--- a/.github/workflows/pip-packaging-windows.yml
+++ b/.github/workflows/pip-packaging-windows.yml
@@ -45,4 +45,4 @@ jobs:
uses: actions/upload-artifact@v1
with:
name: dependencies
- path: c:/vcpkg/installed/x64-windows/lib/
+ path: c:/vcpkg/installed/x64-windows/bin/
diff --git a/CMakeGUDHIVersion.txt b/CMakeGUDHIVersion.txt
index b00d82d0..4ad3921d 100644
--- a/CMakeGUDHIVersion.txt
+++ b/CMakeGUDHIVersion.txt
@@ -1,6 +1,6 @@
set (GUDHI_MAJOR_VERSION 3)
set (GUDHI_MINOR_VERSION 2)
-set (GUDHI_PATCH_VERSION 0a15)
+set (GUDHI_PATCH_VERSION 0a16)
set(GUDHI_VERSION ${GUDHI_MAJOR_VERSION}.${GUDHI_MINOR_VERSION}.${GUDHI_PATCH_VERSION})
message(STATUS "GUDHI version : ${GUDHI_VERSION}")