Updating version for 1.3.0 release.

This commit is contained in:
Joseph Lenox 2018-05-08 17:47:09 -05:00
parent 8a93fbbd0c
commit 3ba8e0f369

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