From 0ecfd68c10c2ef7444a2b6000e3dc892c134ce40 Mon Sep 17 00:00:00 2001
From: Alessandro Ranellucci <aar@cpan.org>
Date: Wed, 23 Nov 2011 14:22:21 +0100
Subject: [PATCH] Changed version number to 0.5.1beta

---
 lib/Slic3r.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/Slic3r.pm b/lib/Slic3r.pm
index 507b67c07..f00eaddeb 100644
--- a/lib/Slic3r.pm
+++ b/lib/Slic3r.pm
@@ -3,7 +3,7 @@ package Slic3r;
 use strict;
 use warnings;
 
-our $VERSION = "0.5.0";
+our $VERSION = "0.5.1beta";
 
 our $debug = 0;
 sub debugf {