Commit 6c34e16 1 parent 55e7cee commit 6c34e16 Copy full SHA for 6c34e16
File tree 3 files changed +22
-17
lines changed
3 files changed +22
-17
lines changed Original file line number Diff line number Diff line change 3
3
entries :
4
4
- title : sidebar
5
5
product : 3dfier
6
- version : v1.3.3
6
+ version : v1.3.5
7
7
logo : 3dfierLogo.png
8
8
folders :
9
9
- title :
Original file line number Diff line number Diff line change 36
36
#include < boost/program_options.hpp>
37
37
#include < boost/filesystem.hpp>
38
38
39
- std::string VERSION = " 1.3.3 " ;
39
+ std::string VERSION = " 1.3.5 " ;
40
40
41
41
bool validate_yaml (const char * arg, std::set<std::string>& allowedFeatures);
42
42
int main (int argc, const char * argv[]);
Original file line number Diff line number Diff line change 1
1
{
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
+ }
You can’t perform that action at this time.
0 commit comments