Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/supermerill/SuperSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlessandro Ranellucci <aar@cpan.org>2013-08-25 18:10:53 +0400
committerAlessandro Ranellucci <aar@cpan.org>2013-08-25 18:10:53 +0400
commit5b734f4a13d21d43ded1a8298c1c00a8ead883bb (patch)
treebbf9ff66d4e1e75b35615e8044352dea1c3bbc34 /Build.PL
parent87b54ba2a0b665fe61cb6307aa2f03a05618ec85 (diff)
parent2fb725405f25267d6a321c821076b76fcdec2a30 (diff)
Merge branch 'master' into plater2
Conflicts: lib/Slic3r/GUI/Plater.pm
Diffstat (limited to 'Build.PL')
-rw-r--r--Build.PL2
1 files changed, 1 insertions, 1 deletions
diff --git a/Build.PL b/Build.PL
index 10a82710c..8aa8f69d5 100644
--- a/Build.PL
+++ b/Build.PL
@@ -30,7 +30,7 @@ my %recommends = qw(
);
if (defined $ARGV[0] && $ARGV[0] eq '--gui') {
%prereqs = qw(
- Wx 0.9901
+ Wx 0.9918
);
%recommends = qw(
Wx::GLCanvas 0