Skip to content

Commit

Permalink
bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
stmuk committed Oct 29, 2018
1 parent cc2e402 commit 2a2661f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README
@@ -1,6 +1,6 @@
This is Rakudo Star, a useful, usable Rakudo Perl 6 production distribution.

This is the 2018.06 release of Rakudo Star for the 6.c version of Perl 6.
This is the 2018.10 release of Rakudo Star for the 6.c version of Perl 6.

Rakudo Star is Copyright (C) 2010 - 2018 by the Rakudo Star Team.

Expand Down
2 changes: 1 addition & 1 deletion tools/build/Makefile.in
Expand Up @@ -3,7 +3,7 @@
MOAR_DIR = moarvm
NQP_DIR = nqp
RAKUDO_DIR = rakudo
STAR_VERSION = 2018.06
STAR_VERSION = 2018.10

# install location
PREFIX_DIR = @prefix@
Expand Down
6 changes: 3 additions & 3 deletions tools/star/Makefile
Expand Up @@ -2,9 +2,9 @@
# eg. 2017.07 etc.
# Occasionally (mis-)used to pull in fixes (see 'lastmin-fixes.txt')
# eg. 2017.07-9-gc0abee7 etc.
RAKUDO_VER = 2018.06
NQP_VER = 2018.06
MOAR_VER = 2018.06
RAKUDO_VER = 2018.10
NQP_VER = 2018.10
MOAR_VER = 2018.10

STAR_REL = rakudo-star-$(VERSION)
STAR_TGZ = $(STAR_REL).tar.gz
Expand Down

0 comments on commit 2a2661f

Please sign in to comment.