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-01-17 18:50:45 +0400
committerAlessandro Ranellucci <aar@cpan.org>2013-01-17 18:50:45 +0400
commit71052433de0ff1f3da04471ccbb572babafc3cae (patch)
tree53ffe910eddbc26db19d98add50e502747eb8dbe
parent73c70021df2ee2f37ed538660552e9505500c149 (diff)
Releasing 0.9.80.9.8
-rw-r--r--lib/Slic3r.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Slic3r.pm b/lib/Slic3r.pm
index 4ca5b4383..59df14307 100644
--- a/lib/Slic3r.pm
+++ b/lib/Slic3r.pm
@@ -7,7 +7,7 @@ use strict;
use warnings;
require v5.10;
-our $VERSION = "0.9.8-dev";
+our $VERSION = "0.9.8";
our $debug = 0;
sub debugf {