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:
authorJoseph Lenox <lenox.joseph@gmail.com>2018-05-09 01:47:09 +0300
committerJoseph Lenox <lenox.joseph@gmail.com>2018-05-09 01:47:09 +0300
commit3ba8e0f36948276d3620a8627449e17f183ced54 (patch)
tree40aea6c88a4c563af25d83e62b341567e06458e0
parent8a93fbbd0c6ae6742997ca32d363719e3980d613 (diff)
Updating version for 1.3.0 release.1.3.0
-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 780b3b442..0ac2ca4ce 100644
--- a/xs/src/libslic3r/libslic3r.h
+++ b/xs/src/libslic3r/libslic3r.h
@@ -36,7 +36,7 @@ void confess_at(const char *file, int line, const char *func, const char *pat, .
#define __TRANS(s) s
namespace Slic3r {
-constexpr auto SLIC3R_VERSION = "1.3.0-dev";
+constexpr auto SLIC3R_VERSION = "1.3.0";
typedef long coord_t;
typedef double coordf_t;