Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Bump Makefile and gen_parrot versions.
  • Loading branch information
pmichaud committed Apr 27, 2011
1 parent 589a29d commit 8c68a22
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Makefile
@@ -1,6 +1,6 @@
PARROT_VER = 3.0.0
PARROT_VER = 3.3.0
PARROT_REL = supported/$(PARROT_VER)
RAKUDO_VER = 2011.01
RAKUDO_VER = 2011.04

DISTDIR = rakudo-star-$(VERSION)

Expand Down
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.0.0') || die "Can't chdir to 'parrot-3.0.0': $!";
chdir('parrot-3.3.0') || die "Can't chdir to 'parrot-3.3.0': $!";

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

0 comments on commit 8c68a22

Please sign in to comment.