From 2ce697f2b96f2a8eaccf3865ff1b844e0a93eddf Mon Sep 17 00:00:00 2001 From: Alessandro Ranellucci Date: Sat, 26 Nov 2011 17:01:56 +0100 Subject: [PATCH] Releasing 0.5.2 --- lib/Slic3r.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Slic3r.pm b/lib/Slic3r.pm index b75d13501..f9073fdb5 100644 --- a/lib/Slic3r.pm +++ b/lib/Slic3r.pm @@ -3,7 +3,7 @@ package Slic3r; use strict; use warnings; -our $VERSION = "0.5.2beta"; +our $VERSION = "0.5.2"; our $debug = 0; sub debugf {