Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlessandro Ranellucci <aar@cpan.org>2011-12-22 21:56:11 +0400
committerAlessandro Ranellucci <aar@cpan.org>2011-12-22 21:56:11 +0400
commit47df3f8f2d0fd469bfb573569996bbca990d88e9 (patch)
tree691347004d611d8e703ab30debdd1e067fc9c6f5
parentab0300bb70394eb71fcba50bf187f22b6fcedb95 (diff)
Releasing 0.5.70.5.7
-rw-r--r--lib/Slic3r.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Slic3r.pm b/lib/Slic3r.pm
index 878726323..0ba36347c 100644
--- a/lib/Slic3r.pm
+++ b/lib/Slic3r.pm
@@ -3,7 +3,7 @@ package Slic3r;
use strict;
use warnings;
-our $VERSION = "0.5.7-beta";
+our $VERSION = "0.5.7";
our $debug = 0;
sub debugf {