Skip to content

Commit 6c34e16

Browse files
committed
bump version
1 parent 55e7cee commit 6c34e16

File tree

3 files changed

+22
-17
lines changed

3 files changed

+22
-17
lines changed

docs/_data/sidebars/3dfier_sidebar.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
entries:
44
- title: sidebar
55
product: 3dfier
6-
version: v1.3.3
6+
version: v1.3.5
77
logo: 3dfierLogo.png
88
folders:
99
- title:

src/main.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
#include <boost/program_options.hpp>
3737
#include <boost/filesystem.hpp>
3838

39-
std::string VERSION = "1.3.3";
39+
std::string VERSION = "1.3.5";
4040

4141
bool validate_yaml(const char* arg, std::set<std::string>& allowedFeatures);
4242
int main(int argc, const char * argv[]);

vcpkg.json

+20-15
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,21 @@
11
{
2-
"name": "3dfier",
3-
"version-string": "1.3.2",
4-
"dependencies": [
5-
"boost-program-options",
6-
"boost-geometry",
7-
"boost-locale",
8-
"boost-chrono",
9-
"boost-system",
10-
"boost-filesystem",
11-
"cgal",
12-
"gdal",
13-
"lastools",
14-
"yaml-cpp"
15-
]
16-
}
2+
"name": "3dfier",
3+
"version-string": "1.3.5",
4+
"dependencies": [
5+
"boost-program-options",
6+
"boost-geometry",
7+
"boost-locale",
8+
"boost-chrono",
9+
"boost-system",
10+
"boost-filesystem",
11+
"cgal",
12+
"gdal",
13+
{
14+
"name": "libpq",
15+
"version>=": "16.2"
16+
},
17+
"lastools",
18+
"yaml-cpp"
19+
],
20+
"builtin-baseline": "3dd44b931481d7a8e9ba412621fa810232b66289"
21+
}

0 commit comments

Comments
 (0)