From 1d80e71b86097054d9802c4153563f214af626d1 Mon Sep 17 00:00:00 2001 From: Steve Mynott Date: Sat, 21 Jan 2017 12:01:06 +0000 Subject: bump version to 2017.01 --- README | 2 +- tools/build/Makefile.in | 2 +- tools/star/Makefile | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README b/README index daa1665..a266cce 100644 --- a/README +++ b/README @@ -1,6 +1,6 @@ This is Rakudo Star, a useful, usable Perl 6 production distribution. -This is the 2016.11 release of Rakudo Star for the 6.c version of Perl 6. +This is the 2017.01 release of Rakudo Star for the 6.c version of Perl 6. Rakudo Star is Copyright (C) 2010 - 2016 by the Rakudo Star Team. diff --git a/tools/build/Makefile.in b/tools/build/Makefile.in index f8b0a16..223f7df 100644 --- a/tools/build/Makefile.in +++ b/tools/build/Makefile.in @@ -3,7 +3,7 @@ MOAR_DIR = moarvm NQP_DIR = nqp RAKUDO_DIR = rakudo -STAR_VERSION = 2016.12 +STAR_VERSION = 2017.01 # install location PREFIX_DIR = @prefix@ diff --git a/tools/star/Makefile b/tools/star/Makefile index 2464519..40eb141 100644 --- a/tools/star/Makefile +++ b/tools/star/Makefile @@ -1,6 +1,6 @@ -RAKUDO_VER = 2016.12 -NQP_VER = 2016.12 -MOAR_VER = 2016.12 +RAKUDO_VER = 2017.01 +NQP_VER = 2017.01 +MOAR_VER = 2017.01 STAR_REL = rakudo-star-$(VERSION) STAR_TGZ = $(STAR_REL).tar.gz -- cgit v1.1