Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Bump some versions
  • Loading branch information
moritz committed Sep 19, 2015
1 parent 06f75c4 commit 4051620
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 Perl 6 distribution for "early adopters".

This is the 2015.07 release of Rakudo Star.
This is the 2015.09 release of Rakudo Star.

Rakudo Star is Copyright (C) 2010 - 2015 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 = 2015.07
STAR_VERSION = 2015.09

# install location
PREFIX_DIR = @prefix@
Expand Down
6 changes: 3 additions & 3 deletions tools/star/Makefile
@@ -1,6 +1,6 @@
RAKUDO_VER = 2015.07.2
NQP_VER = 2015.07.2
MOAR_VER = 2015.07
RAKUDO_VER = 2015.09
NQP_VER = 2015.09.1
MOAR_VER = 2015.09

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

0 comments on commit 4051620

Please sign in to comment.