From f2020b201f16113a3fe83376cb94ef07afbcf283 Mon Sep 17 00:00:00 2001 From: Carl Masak Date: Thu, 1 Jul 2010 23:50:49 +0200 Subject: [PATCH] [Yapsi] bumped SIC version Between releases, the SIC version is always the version number of the upcoming release. --- lib/Yapsi.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Yapsi.pm b/lib/Yapsi.pm index f1c5690..bedc0be 100644 --- a/lib/Yapsi.pm +++ b/lib/Yapsi.pm @@ -1,6 +1,6 @@ use v6; -my $VERSION = '2010.07'; +my $VERSION = '2010.08'; grammar Yapsi::Perl6::Grammar { regex TOP { ^ <.ws> $ }