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

github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbubnikv <bubnikv@gmail.com>2018-01-05 18:10:53 +0300
committerbubnikv <bubnikv@gmail.com>2018-01-05 18:10:53 +0300
commit75944feee14c4a09cb9a32537a65ad71d716ab6d (patch)
treee51b4193f38dadcc762ceda21c824e20a9e2d8cd
parent693b8003118b6df3792d5c48ff0e82baafe953c4 (diff)
Bumped up the version number.version_1.38.7
-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 e4d318e5e..d43098a6e 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.6"
+#define SLIC3R_VERSION "1.38.7"
#define SLIC3R_BUILD "UNKNOWN"
typedef long coord_t;