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:
authorMiro HronĨok <miro@hroncok.cz>2016-11-11 18:46:05 +0300
committerGitHub <noreply@github.com>2016-11-11 18:46:05 +0300
commitec3aeb1e473a8598e57d0fddd18c203604d9d9e9 (patch)
treea33b0929bec89226908a6d5147d1035d9d77d6b6 /xs/src/libslic3r/libslic3r.h
parent1070f0c0af2ba4c2bba2e47984dcc0e6438d5309 (diff)
Update the version
If this version is not updated, Slic3r shows the old version in the title bar and status bar and that can be confusing to the user.
Diffstat (limited to 'xs/src/libslic3r/libslic3r.h')
-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 78853f145..4b1c1b5e6 100644
--- a/xs/src/libslic3r/libslic3r.h
+++ b/xs/src/libslic3r/libslic3r.h
@@ -10,7 +10,7 @@
#include <stdarg.h>
#define SLIC3R_FORK_NAME "Slic3r Prusa Edition"
-#define SLIC3R_VERSION "1.3.0-dev"
+#define SLIC3R_VERSION "1.31.4"
//FIXME This epsilon value is used for many non-related purposes:
// For a threshold of a squared Euclidean distance,