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>2017-11-29 21:34:24 +0300
committerbubnikv <bubnikv@gmail.com>2017-11-29 21:34:24 +0300
commitf754cb422beb95c9d66f6e9ed5cd04bfc6a6676a (patch)
tree383cfad3ffebdee707aad26aa48de4d628aeb64e /xs/src/libslic3r/libslic3r.h
parentae118519abdf6dfbcf3eab34fe5b3e2efcbec600 (diff)
Bumped up the version number.
Diffstat (limited to 'xs/src/libslic3r/libslic3r.h')
-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 1c89e56f2..644190d6a 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.1"
+#define SLIC3R_VERSION "1.38.2"
#define SLIC3R_BUILD "UNKNOWN"
typedef long coord_t;