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-07-05 16:27:48 +0300
committerbubnikv <bubnikv@gmail.com>2018-07-05 16:27:48 +0300
commitfa86d776cb78135e4ae3e07793a89b19e22d1224 (patch)
tree3aef428803914cbbdd42ef174d2e650945de233a
parentbdc9b9daddbea905e55e5b89ecd11dcd2dd87266 (diff)
Bumped up the version number to final.version_1.40.1
-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 253c340eb..b0c144efe 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.40.1-rc2"
+#define SLIC3R_VERSION "1.40.1"
#define SLIC3R_BUILD "UNKNOWN"
typedef int32_t coord_t;