aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorTobias Leich <email@froggs.de>2014-04-01 09:58:59 +0200
committerTobias Leich <email@froggs.de>2014-04-01 09:58:59 +0200
commitf307717af9f003c2f6c25feff6b4e826a4438b61 (patch)
tree6bb5def4893bca285935b8ac4ad16999deb81a00 /tools
parentdca106504daa75ee1d52e2f522acd188c98c22e7 (diff)
bump versions
Diffstat (limited to 'tools')
-rw-r--r--tools/build/Makefile.in4
-rw-r--r--tools/star/Makefile6
2 files changed, 5 insertions, 5 deletions
diff --git a/tools/build/Makefile.in b/tools/build/Makefile.in
index 5633b0e..540e9dd 100644
--- a/tools/build/Makefile.in
+++ b/tools/build/Makefile.in
@@ -1,10 +1,10 @@
-# Copyright (C) 2006-2012, The Perl Foundation.
+# Copyright (C) 2006-2014, The Perl Foundation.
# $Id$
PARROT_DIR = parrot
NQP_DIR = nqp
RAKUDO_DIR = rakudo
-STAR_VERSION = 2014.01
+STAR_VERSION = 2014.03
# values from parrot_config
PREFIX_DIR = @prefix@
diff --git a/tools/star/Makefile b/tools/star/Makefile
index 1d80881..e13c2a2 100644
--- a/tools/star/Makefile
+++ b/tools/star/Makefile
@@ -1,6 +1,6 @@
-RAKUDO_VER = 2014.01
-NQP_VER = 2014.01
-PARROT_VER = 5.9.0
+RAKUDO_VER = 2014.03.01
+NQP_VER = 2014.03
+PARROT_VER = 6.1.0
STAR_REL = rakudo-star-$(VERSION)
STAR_TGZ = $(STAR_REL).tar.gz