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-11-27 13:33:36 +0400
committerAlessandro Ranellucci <aar@cpan.org>2011-11-27 13:33:36 +0400
commit05dffad56fbf2f6049c037ea49d437027a424d34 (patch)
tree07013ffe290b22a89b18cad521d86f62376d9f1f
parent4cdd0f6fd0452173fac55895c8f01ec3896cf97b (diff)
Releasing 0.5.30.5.3
-rw-r--r--lib/Slic3r.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Slic3r.pm b/lib/Slic3r.pm
index 81895414e..10cdef933 100644
--- a/lib/Slic3r.pm
+++ b/lib/Slic3r.pm
@@ -3,7 +3,7 @@ package Slic3r;
use strict;
use warnings;
-our $VERSION = "0.5.3beta";
+our $VERSION = "0.5.3";
our $debug = 0;
sub debugf {