aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Mynott <steve.mynott@gmail.com>2018-04-30 10:29:46 +0100
committerSteve Mynott <steve.mynott@gmail.com>2018-04-30 10:29:46 +0100
commit6cca65473a8084aa0fcd116059e2039074118b9a (patch)
tree58a5e99fd253eb619b8bc57fba48b96877f553ea
parentff9add2989c5f0dd2584e7c13ddaf7239b0db5db (diff)
bump release to 2018.04.1
-rw-r--r--docs/announce/2018.04.md8
-rw-r--r--tools/star/Makefile6
2 files changed, 7 insertions, 7 deletions
diff --git a/docs/announce/2018.04.md b/docs/announce/2018.04.md
index f234d95..4eb02ea 100644
--- a/docs/announce/2018.04.md
+++ b/docs/announce/2018.04.md
@@ -20,16 +20,16 @@ JVM backend from the Rakudo compiler. Please use the MoarVM backend only.
In the Perl 6 world, we make a distinction between the language ("Perl 6") and
specific implementations of the language such as "Rakudo Perl 6".
-This Star release includes [release 2018.04] of the [Rakudo Perl 6 compiler],
-version 2018.04 [MoarVM], plus various modules, documentation, and other
+This Star release includes [release 2018.04.1] of the [Rakudo Perl 6 compiler],
+version 2018.04.1 [MoarVM], plus various modules, documentation, and other
resources collected from the Perl 6 community.
-[release 2018.04]: https://raw.githubusercontent.com/rakudo/rakudo/2018.04/docs/announce/2018.04.md
+[release 2018.04.1]: https://raw.githubusercontent.com/rakudo/rakudo/2018.04.1/docs/announce/2018.04.1.md
[Rakudo Perl 6 compiler]: http://github.com/rakudo/rakudo
[MoarVM]: http://moarvm.org/
The Rakudo compiler changes since the last Rakudo Star release of 2017.10 are
-now listed in "2018.02.md", "2018.03.md", and "2018.04.md" under the
+now listed in "2018.02.md", "2018.03.md", "2018.04.md" under the
"rakudo/docs/announce" directory of the source distribution.
Important Rakudo bug fixes are now listed at
diff --git a/tools/star/Makefile b/tools/star/Makefile
index 08f1164..234a973 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 = 2018.04
-NQP_VER = 2018.04
-MOAR_VER = 2018.04
+RAKUDO_VER = 2018.04.1
+NQP_VER = 2018.04.1
+MOAR_VER = 2018.04.1
STAR_REL = rakudo-star-$(VERSION)
STAR_TGZ = $(STAR_REL).tar.gz