From 35095ff12ee91a769a6f7f9bd4698b138ccc4a04 Mon Sep 17 00:00:00 2001 From: Alessandro Ranellucci Date: Sat, 15 Feb 2014 16:55:35 +0100 Subject: [PATCH] Releasing 1.0.0RC3 --- lib/Slic3r.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Slic3r.pm b/lib/Slic3r.pm index da2de023d..6047e070a 100644 --- a/lib/Slic3r.pm +++ b/lib/Slic3r.pm @@ -7,7 +7,7 @@ use strict; use warnings; require v5.10; -our $VERSION = "1.0.0RC3-dev"; +our $VERSION = "1.0.0RC3"; our $debug = 0; sub debugf {