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-08-06 19:09:52 +0300
committerbubnikv <bubnikv@gmail.com>2018-08-06 19:09:52 +0300
commit288cd58ee2f077a4a8d416620a2ac8e68d4cabca (patch)
treee6196e8cc22cf8ceae6ef511cf1111d7ab712fe9
parentc9192e874b735910284628305b2f4c422612aefe (diff)
Bumped up version number.version_1.41.0-beta
-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 2f07ca51a..34f61cb12 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-alpha3"
+#define SLIC3R_VERSION "1.41.0-beta"
#define SLIC3R_BUILD "UNKNOWN"
typedef int32_t coord_t;