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>2012-01-21 22:10:27 +0400
committerAlessandro Ranellucci <aar@cpan.org>2012-01-21 22:10:27 +0400
commit6600478243b0e1283f5ead0e38aed886105546a5 (patch)
tree1565985a9b4ae7a15760981664a6fe9e6485766b
parentdebdd164e20c89786701a8f1be452f16c049b382 (diff)
Releasing 0.6.00.6.0
-rw-r--r--lib/Slic3r.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Slic3r.pm b/lib/Slic3r.pm
index b7d6303b5..52d0abe78 100644
--- a/lib/Slic3r.pm
+++ b/lib/Slic3r.pm
@@ -6,7 +6,7 @@ package Slic3r;
use strict;
use warnings;
-our $VERSION = "0.6.0-beta";
+our $VERSION = "0.6.0";
our $debug = 0;
sub debugf {