Skip to content

Commit

Permalink
bump moar, nqp and rakudo
Browse files Browse the repository at this point in the history
  • Loading branch information
stmuk committed Jan 25, 2018
1 parent 03341ed commit 4b4e5e3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion tools/build/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
MOAR_DIR = moarvm
NQP_DIR = nqp
RAKUDO_DIR = rakudo
STAR_VERSION = 2017.10
STAR_VERSION = 2018.01

# install location
PREFIX_DIR = @prefix@
Expand Down
6 changes: 3 additions & 3 deletions tools/star/Makefile
Original file line number Diff line number Diff line change
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 = 2017.10
NQP_VER = 2017.10
MOAR_VER = 2017.10
RAKUDO_VER = 2018.01
NQP_VER = 2018.01
MOAR_VER = 2018.01

STAR_REL = rakudo-star-$(VERSION)
STAR_TGZ = $(STAR_REL).tar.gz
Expand Down
2 changes: 2 additions & 0 deletions tools/star/release-guide.pod
Original file line number Diff line number Diff line change
Expand Up @@ -321,5 +321,7 @@ You're done! Celebrate with the appropriate amount of fun.
2017.07 stmuk
2017.10 stmuk

2018.01 stmuk

=cut

0 comments on commit 4b4e5e3

Please sign in to comment.