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>2018-01-02 12:34:32 +0300
committerbubnikv <bubnikv@gmail.com>2018-01-02 12:34:32 +0300
commit0de0e4ff4112fc953f2ebd080076e78619a10b31 (patch)
treeb5f578e2dd43a155b2bfb6887fbee7025c70223b /xs/src/libslic3r
parentd7998870c7c763ea9ed0334658fc86ee6c60e51c (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 e4d318e5e..1a02605e1 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.39.0"
#define SLIC3R_BUILD "UNKNOWN"
typedef long coord_t;