From d96e37a9a666a306876169c7fedea9e93526234c Mon Sep 17 00:00:00 2001 From: Tobias Leich Date: Sat, 30 Aug 2014 23:20:13 +0200 Subject: update version to 2014.08 (and 6.7.0 for parrot) --- tools/build/Makefile.in | 2 +- tools/star/Makefile | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/tools/build/Makefile.in b/tools/build/Makefile.in index 817ae0e..282cadd 100644 --- a/tools/build/Makefile.in +++ b/tools/build/Makefile.in @@ -4,7 +4,7 @@ PARROT_DIR = parrot MOAR_DIR = moarvm NQP_DIR = nqp RAKUDO_DIR = rakudo -STAR_VERSION = 2014.06 +STAR_VERSION = 2014.08 # install location PREFIX_DIR = @prefix@ diff --git a/tools/star/Makefile b/tools/star/Makefile index a3bf2d7..04d6de5 100644 --- a/tools/star/Makefile +++ b/tools/star/Makefile @@ -1,7 +1,7 @@ -RAKUDO_VER = 2014.06 -NQP_VER = 2014.06 -PARROT_VER = 6.5.0 -MOAR_VER = 2014.06 +RAKUDO_VER = 2014.08 +NQP_VER = 2014.08 +PARROT_VER = 6.7.0 +MOAR_VER = 2014.08 STAR_REL = rakudo-star-$(VERSION) STAR_TGZ = $(STAR_REL).tar.gz -- cgit v1.1