From 6c34e16866e379dda4005521cf2b318b951a7555 Mon Sep 17 00:00:00 2001 From: Ravi Peters Date: Thu, 29 Feb 2024 16:05:35 +0100 Subject: [PATCH] bump version --- docs/_data/sidebars/3dfier_sidebar.yml | 2 +- src/main.cpp | 2 +- vcpkg.json | 35 +++++++++++++++----------- 3 files changed, 22 insertions(+), 17 deletions(-) diff --git a/docs/_data/sidebars/3dfier_sidebar.yml b/docs/_data/sidebars/3dfier_sidebar.yml index 24a55b7..434e766 100644 --- a/docs/_data/sidebars/3dfier_sidebar.yml +++ b/docs/_data/sidebars/3dfier_sidebar.yml @@ -3,7 +3,7 @@ entries: - title: sidebar product: 3dfier - version: v1.3.3 + version: v1.3.5 logo: 3dfierLogo.png folders: - title: diff --git a/src/main.cpp b/src/main.cpp index b159ec6..6d588bd 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -36,7 +36,7 @@ #include #include -std::string VERSION = "1.3.3"; +std::string VERSION = "1.3.5"; bool validate_yaml(const char* arg, std::set& allowedFeatures); int main(int argc, const char * argv[]); diff --git a/vcpkg.json b/vcpkg.json index 40bb4ef..9b442d1 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -1,16 +1,21 @@ { - "name": "3dfier", - "version-string": "1.3.2", - "dependencies": [ - "boost-program-options", - "boost-geometry", - "boost-locale", - "boost-chrono", - "boost-system", - "boost-filesystem", - "cgal", - "gdal", - "lastools", - "yaml-cpp" - ] -} \ No newline at end of file + "name": "3dfier", + "version-string": "1.3.5", + "dependencies": [ + "boost-program-options", + "boost-geometry", + "boost-locale", + "boost-chrono", + "boost-system", + "boost-filesystem", + "cgal", + "gdal", + { + "name": "libpq", + "version>=": "16.2" + }, + "lastools", + "yaml-cpp" + ], + "builtin-baseline": "3dd44b931481d7a8e9ba412621fa810232b66289" +}