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-11-18 21:27:12 +0400
committerAlessandro Ranellucci <aar@cpan.org>2013-11-18 21:27:12 +0400
commit754e6ac74b3cdbd8f8a409291f39777432a0983a (patch)
treec6f522d4730bed1b419636d9b059657cd8a5d956
parent583fc767d851248bc0ece0f3fad548fdcd01d612 (diff)
Update version number. Releasing 1.0.0RC1!1.0.0RC1
-rw-r--r--lib/Slic3r.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Slic3r.pm b/lib/Slic3r.pm
index 0205b094c..d317f2e67 100644
--- a/lib/Slic3r.pm
+++ b/lib/Slic3r.pm
@@ -7,7 +7,7 @@ use strict;
use warnings;
require v5.10;
-our $VERSION = "0.9.11-dev";
+our $VERSION = "1.0.0RC1";
our $debug = 0;
sub debugf {