From ec3aeb1e473a8598e57d0fddd18c203604d9d9e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Fri, 11 Nov 2016 16:46:05 +0100 Subject: [PATCH] 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. --- xs/src/libslic3r/libslic3r.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 #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,