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>2013-12-28 20:55:45 +0400
committerAlessandro Ranellucci <aar@cpan.org>2013-12-28 20:55:45 +0400
commit6afc01c3b9803c568dd7962bd82e6221707a978e (patch)
treef4ab3b425bd37ed977c7220f59a5ff4daf38cb1f
parent354e4ce84127323564bd9a9b027c876968d39f88 (diff)
Releasing 1.0.0RC21.0.0RC2
-rw-r--r--lib/Slic3r.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Slic3r.pm b/lib/Slic3r.pm
index 98972d7ef..6f09c4fb2 100644
--- a/lib/Slic3r.pm
+++ b/lib/Slic3r.pm
@@ -7,7 +7,7 @@ use strict;
use warnings;
require v5.10;
-our $VERSION = "1.0.0RC1";
+our $VERSION = "1.0.0RC2";
our $debug = 0;
sub debugf {