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-05 00:32:38 +0400
committerAlessandro Ranellucci <aar@cpan.org>2011-12-05 00:32:38 +0400
commit72499d230a48a3cb55652401196896856490225e (patch)
tree90cd6c4d5c3991cdd8f0d8d2e962be3f41a60ea8
parent53bc9c7421e1bd6d7550a1cd157bea70560803d4 (diff)
Releasing 0.5.50.5.5
-rw-r--r--lib/Slic3r.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Slic3r.pm b/lib/Slic3r.pm
index 1d065682e..0199c5507 100644
--- a/lib/Slic3r.pm
+++ b/lib/Slic3r.pm
@@ -3,7 +3,7 @@ package Slic3r;
use strict;
use warnings;
-our $VERSION = "0.5.5beta";
+our $VERSION = "0.5.5";
our $debug = 0;
sub debugf {