Skip to content

Commit 3ba8e0f

Browse files
committed
Updating version for 1.3.0 release.
1 parent 8a93fbb commit 3ba8e0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xs/src/libslic3r/libslic3r.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ void confess_at(const char *file, int line, const char *func, const char *pat, .
3636
#define __TRANS(s) s
3737
namespace Slic3r {
3838

39-
constexpr auto SLIC3R_VERSION = "1.3.0-dev";
39+
constexpr auto SLIC3R_VERSION = "1.3.0";
4040

4141
typedef long coord_t;
4242
typedef double coordf_t;

0 commit comments

Comments
 (0)