Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Ylannl committed Feb 29, 2024
1 parent 55e7cee commit 6c34e16
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 17 deletions.
2 changes: 1 addition & 1 deletion docs/_data/sidebars/3dfier_sidebar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
entries:
- title: sidebar
product: 3dfier
version: v1.3.3
version: v1.3.5
logo: 3dfierLogo.png
folders:
- title:
Expand Down
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
#include <boost/program_options.hpp>
#include <boost/filesystem.hpp>

std::string VERSION = "1.3.3";
std::string VERSION = "1.3.5";

bool validate_yaml(const char* arg, std::set<std::string>& allowedFeatures);
int main(int argc, const char * argv[]);
Expand Down
35 changes: 20 additions & 15 deletions vcpkg.json
Original file line number Diff line number Diff line change
@@ -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"
]
}
"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"
}

0 comments on commit 6c34e16

Please sign in to comment.