Changed version number to 0.5.1beta

This commit is contained in:
Alessandro Ranellucci 2011-11-23 14:22:21 +01:00
parent 8598b66b0a
commit 0ecfd68c10

View file

@ -3,7 +3,7 @@ package Slic3r;
use strict; use strict;
use warnings; use warnings;
our $VERSION = "0.5.0"; our $VERSION = "0.5.1beta";
our $debug = 0; our $debug = 0;
sub debugf { sub debugf {