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-03 17:46:52 +0300
committerbubnikv <bubnikv@gmail.com>2018-07-03 17:46:52 +0300
commitbdc9b9daddbea905e55e5b89ecd11dcd2dd87266 (patch)
tree7d8edd0d4c80db72f546a36f282947b2184204e6
parentb682fb1829a870b5e95cecd9bf0a95967993ce99 (diff)
Bumped up the version number.version_1.40.1-rc2
-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 a5926debe..253c340eb 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-rc"
+#define SLIC3R_VERSION "1.40.1-rc2"
#define SLIC3R_BUILD "UNKNOWN"
typedef int32_t coord_t;