Skip to content

Commit

Permalink
Updating version for 1.3.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
lordofhyphens committed May 8, 2018
1 parent 8a93fbb commit 3ba8e0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xs/src/libslic3r/libslic3r.h
Expand Up @@ -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;
Expand Down

1 comment on commit 3ba8e0f

@mamoit
Copy link

@mamoit mamoit commented on 3ba8e0f May 13, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎉

Please sign in to comment.