From f97afa87f3f5b065c3dff42deae7c7d3e3ffca00 Mon Sep 17 00:00:00 2001 From: Steve Mynott Date: Fri, 20 Oct 2017 12:52:22 +0100 Subject: bump 2017.07 to .10 and remove panda replacing by panda-stub --- .gitmodules | 6 +++--- README | 2 +- modules/MODULES.txt | 2 +- modules/panda | 1 - tools/build/Makefile.in | 2 +- tools/star/Makefile | 6 +++--- 6 files changed, 9 insertions(+), 10 deletions(-) delete mode 160000 modules/panda diff --git a/.gitmodules b/.gitmodules index 30439cc..be7982c 100644 --- a/.gitmodules +++ b/.gitmodules @@ -97,9 +97,9 @@ [submodule "modules/zef"] path = modules/zef url = git@github.com:ugexe/zef.git -[submodule "modules/panda"] - path = modules/panda - url = git@github.com:tadzik/panda.git +[submodule "modules/panda-stub"] + path = modules/panda-stub + url = git@github.com:stmuk/panda-stub.git [submodule "modules/oo-monitors"] path = modules/oo-monitors url = git@github.com:jnthn/oo-monitors diff --git a/README b/README index 14a9ede..a5253f0 100644 --- a/README +++ b/README @@ -1,6 +1,6 @@ This is Rakudo Star, a useful, usable Perl 6 production distribution. -This is the 2017.07 release of Rakudo Star for the 6.c version of Perl 6. +This is the 2017.10 release of Rakudo Star for the 6.c version of Perl 6. Rakudo Star is Copyright (C) 2010 - 2017 by the Rakudo Star Team. diff --git a/modules/MODULES.txt b/modules/MODULES.txt index ac69160..627747f 100644 --- a/modules/MODULES.txt +++ b/modules/MODULES.txt @@ -36,5 +36,5 @@ library-make # check needed? Linenoise perl6-file-which tap-harness6 # have last so faster perl5 prove used -panda +panda-stub p6-io-string diff --git a/modules/panda b/modules/panda deleted file mode 160000 index 0cfd267..0000000 --- a/modules/panda +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 0cfd2673c78087eda581b13a1c5a012bb8e35c6c diff --git a/tools/build/Makefile.in b/tools/build/Makefile.in index fbfa23e..194bb58 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 = 2017.07 +STAR_VERSION = 2017.10 # install location PREFIX_DIR = @prefix@ diff --git a/tools/star/Makefile b/tools/star/Makefile index 2afe9c7..e61702a 100644 --- a/tools/star/Makefile +++ b/tools/star/Makefile @@ -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.07 -NQP_VER = 2017.07-9-gc0abee7 -MOAR_VER = 2017.07 +RAKUDO_VER = 2017.10 +NQP_VER = 2017.10 +MOAR_VER = 2017.10 STAR_REL = rakudo-star-$(VERSION) STAR_TGZ = $(STAR_REL).tar.gz -- cgit v1.1