aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpmichaud <pmichaud@pobox.com>2010-10-28 10:28:40 -0500
committerpmichaud <pmichaud@pobox.com>2010-10-28 10:28:40 -0500
commit18b4b6e5ca25c20ad52ea22efa4378ff5988b740 (patch)
tree25f639597eb9e878dfc8fe644a69cf08cd2d2345
parentfdec35f518c84574a311d97e83b96fb5f19b5fd2 (diff)
Updates for 2010.10 release.
-rw-r--r--Makefile6
-rw-r--r--skel/build/gen_parrot.pl2
2 files changed, 4 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 9fff1fb..3561d05 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
-PARROT_VER = 2.8.0
-PARROT_REL = devel/$(PARROT_VER)
-RAKUDO_VER = 2010.09
+PARROT_VER = 2.9.1
+PARROT_REL = supported/$(PARROT_VER)
+RAKUDO_VER = 2010.10
DISTDIR = rakudo-star-$(VERSION)
diff --git a/skel/build/gen_parrot.pl b/skel/build/gen_parrot.pl
index 2638a06..1d1a120 100644
--- a/skel/build/gen_parrot.pl
+++ b/skel/build/gen_parrot.pl
@@ -42,7 +42,7 @@ close $REQ;
}
}
-chdir('parrot-2.8.0') || die "Can't chdir to 'parrot-2.8.0': $!";
+chdir('parrot-2.9.1') || die "Can't chdir to 'parrot-2.9.1': $!";
## If we have a Makefile from a previous build, do a 'make realclean'