We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b31d1e commit 238782dCopy full SHA for 238782d
docs/_data/sidebars/3dfier_sidebar.yml
@@ -3,7 +3,7 @@
3
entries:
4
- title: sidebar
5
product: 3dfier
6
- version: v1.3.5
+ version: v1.4.0
7
logo: 3dfierLogo.png
8
folders:
9
- title:
src/main.cpp
@@ -36,7 +36,7 @@
36
#include <boost/program_options.hpp>
37
#include <boost/filesystem.hpp>
38
39
-std::string VERSION = "1.3.5";
+std::string VERSION = "1.4.0";
40
41
bool validate_yaml(const char* arg, std::set<std::string>& allowedFeatures);
42
int main(int argc, const char * argv[]);
vcpkg.json
@@ -1,6 +1,6 @@
1
{
2
"name": "3dfier",
- "version-string": "1.3.5",
+ "version-string": "1.4.0",
"dependencies": [
"boost-program-options",
"boost-geometry",
0 commit comments