aboutsummaryrefslogtreecommitdiff
path: root/svg-flatten
diff options
context:
space:
mode:
Diffstat (limited to 'svg-flatten')
-rw-r--r--svg-flatten/include/gerbolyze.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/svg-flatten/include/gerbolyze.hpp b/svg-flatten/include/gerbolyze.hpp
index 2b3652c..f91c966 100644
--- a/svg-flatten/include/gerbolyze.hpp
+++ b/svg-flatten/include/gerbolyze.hpp
@@ -31,7 +31,7 @@
namespace gerbolyze {
- constexpr char lib_version[] = "2.0";
+ constexpr char lib_version[] = "3.1.7";
typedef std::function<std::vector<d2p> *(double, double, double)> sampling_fun;