Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/supermerill/SuperSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbubnikv <bubnikv@gmail.com>2017-12-29 23:21:26 +0300
committerbubnikv <bubnikv@gmail.com>2017-12-29 23:21:26 +0300
commit4c35d98d7d8ca342eb4d6dae4f9b332e89ef18c8 (patch)
treebf578ba8ab0a13d21017bbb27b44079931b94d6f /xs/src/libslic3r
parentf58d66fe5ee5efd29ccbbdbac5a5093dbebef192 (diff)
Bumped up the version number.
Diffstat (limited to 'xs/src/libslic3r')
-rw-r--r--xs/src/libslic3r/libslic3r.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/xs/src/libslic3r/libslic3r.h b/xs/src/libslic3r/libslic3r.h
index fc61a3252..e4d318e5e 100644
--- a/xs/src/libslic3r/libslic3r.h
+++ b/xs/src/libslic3r/libslic3r.h
@@ -14,7 +14,7 @@
#include <boost/thread.hpp>
#define SLIC3R_FORK_NAME "Slic3r Prusa Edition"
-#define SLIC3R_VERSION "1.38.5"
+#define SLIC3R_VERSION "1.38.6"
#define SLIC3R_BUILD "UNKNOWN"
typedef long coord_t;