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-26 20:01:56 +0400
committerAlessandro Ranellucci <aar@cpan.org>2011-11-26 20:01:56 +0400
commit2ce697f2b96f2a8eaccf3865ff1b844e0a93eddf (patch)
treed3c5e091d40e3df172d78a81aba8e9217c9c3ae1
parent8e7d00bb34dff164dc06db6d37130c1f86ead5cf (diff)
Releasing 0.5.20.5.2
-rw-r--r--lib/Slic3r.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Slic3r.pm b/lib/Slic3r.pm
index b75d13501..f9073fdb5 100644
--- a/lib/Slic3r.pm
+++ b/lib/Slic3r.pm
@@ -3,7 +3,7 @@ package Slic3r;
use strict;
use warnings;
-our $VERSION = "0.5.2beta";
+our $VERSION = "0.5.2";
our $debug = 0;
sub debugf {