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-08-30 17:08:25 +0300
committerbubnikv <bubnikv@gmail.com>2018-08-30 17:08:25 +0300
commitd57725ee183e3730a7bcc3778fd880cc31771a39 (patch)
tree6b2e9781672ff9f1888973e9af0f0c75d9c85e10 /xs/src/libslic3r
parent5ee106fbf9baf114619f2622ef9e991c73a09667 (diff)
Bumped up the version number to 1.41.0 release,
bundled updated PrusaResearch configs.
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 6db60440b..ddd056bc7 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.41.0-beta2"
+#define SLIC3R_VERSION "1.41.0"
#define SLIC3R_BUILD "UNKNOWN"
typedef int32_t coord_t;