aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Mynott <steve.mynott@gmail.com>2017-01-21 12:01:06 +0000
committerSteve Mynott <steve.mynott@gmail.com>2017-01-21 12:01:06 +0000
commit1d80e71b86097054d9802c4153563f214af626d1 (patch)
tree54a0170e85631c403843707bb4837641e50a2e3b
parent61d4a38d53225d9222c7429f1c1122228ca27036 (diff)
bump version to 2017.01
-rw-r--r--README2
-rw-r--r--tools/build/Makefile.in2
-rw-r--r--tools/star/Makefile6
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