aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjnthn <jnthn@jnthn.net>2012-02-28 10:43:32 +0100
committerjnthn <jnthn@jnthn.net>2012-02-28 10:43:32 +0100
commit419a68c34c4ec85eefc15762f07613f3eb4056a5 (patch)
treeef00e32faf3cd895cc1f2de92e22be16b2187553
parent4ef2ccc0ac958c773d8e57efcfb2ad77accadea0 (diff)
Bump version numbers.
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 073d465..f4ab214 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
-PARROT_VER = 3.11.0
+PARROT_VER = 4.1.0
PARROT_REL = devel/$(PARROT_VER)
-NQP_VER = 2012.01
-RAKUDO_VER = 2012.01
+NQP_VER = 2012.02
+RAKUDO_VER = 2012.02
DISTDIR = rakudo-star-$(VERSION)
BUILD_DIR = $(DISTDIR)/build