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-12-01 20:56:32 +0300
committerbubnikv <bubnikv@gmail.com>2017-12-01 20:56:32 +0300
commit73a539780a61621c1f2c3469d2ef74c2a00c62d8 (patch)
tree1c17fc86b7308f73d193232cc1214daccce4a0dd
parentca0626b168a15381ab499fe7d8153934a7889078 (diff)
Bumped up a version number.version_1.38.3
-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 644190d6a..9d2451869 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.2"
+#define SLIC3R_VERSION "1.38.3"
#define SLIC3R_BUILD "UNKNOWN"
typedef long coord_t;