Skip to content

Commit

Permalink
Bump parrot version to 3.6.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
pmichaud committed Jul 29, 2011
1 parent abd0c1d commit 1e6a045
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skel/build/gen_parrot.pl
Expand Up @@ -24,7 +24,7 @@ =head2 DESCRIPTION
# Work out slash character to use.
my $slash = $^O eq 'MSWin32' ? '\\' : '/';

chdir('parrot-3.3.0') || die "Can't chdir to 'parrot-3.3.0': $!";
chdir('parrot-3.6.0') || die "Can't chdir to 'parrot-3.6.0': $!";

## If we have a Makefile from a previous build, do a 'make realclean'
if (-f 'Makefile') {
Expand Down

0 comments on commit 1e6a045

Please sign in to comment.