Merge remote-tracking branch 'origin/master' into cppgui

This commit is contained in:
Joseph Lenox 2018-05-08 18:20:41 -05:00
commit 6c6435be6b

View File

@ -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";
constexpr auto SLIC3R_VERSION = "1.3.1-dev";
typedef long coord_t;
typedef double coordf_t;