From e050eea08fe9a1afcf49b74b6d49ae9daac0b918 Mon Sep 17 00:00:00 2001 From: pmichaud Date: Wed, 1 May 2013 01:10:10 -0500 Subject: Add draft 2013.04 announcement. --- tools/star/Makefile | 9 ++++----- tools/star/release-guide.pod | 3 +-- 2 files changed, 5 insertions(+), 7 deletions(-) (limited to 'tools') diff --git a/tools/star/Makefile b/tools/star/Makefile index 6dd6487..1db34b9 100644 --- a/tools/star/Makefile +++ b/tools/star/Makefile @@ -1,7 +1,6 @@ -RAKUDO_VER = 2013.02.1 -NQP_VER = 2013.02.1 -PARROT_VER = 4.10.0 -PARROT_REL = devel/$(PARROT_VER) +RAKUDO_VER = 2013.04 +NQP_VER = 2013.04 +PARROT_VER = 5.2.0 STAR_REL = rakudo-star-$(VERSION) STAR_TGZ = $(STAR_REL).tar.gz @@ -15,7 +14,7 @@ NQP_TGZ = nqp-$(NQP_VER).tar.gz NQP_URL = http://rakudo.org/downloads/nqp/$(NQP_TGZ) NQP_SRC = $(SRC_DIR)/$(NQP_TGZ) PARROT_TGZ = parrot-$(PARROT_VER).tar.gz -PARROT_URL = http://ftp.parrot.org/releases/$(PARROT_REL)/$(PARROT_TGZ) +PARROT_URL = http://ftp.parrot.org/releases/all/$(PARROT_VER)/$(PARROT_TGZ) PARROT_SRC = $(SRC_DIR)/$(PARROT_TGZ) PERL = perl diff --git a/tools/star/release-guide.pod b/tools/star/release-guide.pod index eca77d6..a109e02 100644 --- a/tools/star/release-guide.pod +++ b/tools/star/release-guide.pod @@ -27,8 +27,7 @@ Clone the git@github.com:rakudo/star repository. Change to the star repository directory, and edit the first three lines of tools/star/Makefile to indicate the desired releases of -Rakudo, NQP, and Parrot to use. Also change PARROT_REL to be -"supported" or "devel" depending on the type of Parrot release. +Rakudo, NQP, and Parrot to use. $ cd star $ vi tools/star/Makefile -- cgit v1.1