Rolling part number to 1.3.1-dev for development.

This commit is contained in:
Joseph Lenox 2018-05-08 18:19:51 -05:00
parent 3ba8e0f369
commit 5d8772167b

View File

@ -36,7 +36,7 @@ void confess_at(const char *file, int line, const char *func, const char *pat, .
#define __TRANS(s) s #define __TRANS(s) s
namespace Slic3r { namespace Slic3r {
constexpr auto SLIC3R_VERSION = "1.3.0"; constexpr auto SLIC3R_VERSION = "1.3.1-dev";
typedef long coord_t; typedef long coord_t;
typedef double coordf_t; typedef double coordf_t;