From edb101c8a5291f25ded752220a54877cd0498973 Mon Sep 17 00:00:00 2001 From: George Clark Date: Fri, 23 Dec 2016 23:46:55 -0500 Subject: [PATCH] Item000: Build 2.1.3 Beta1 --- core/lib/Foswiki.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/lib/Foswiki.pm b/core/lib/Foswiki.pm index 76758d633e..60fab0b2aa 100644 --- a/core/lib/Foswiki.pm +++ b/core/lib/Foswiki.pm @@ -211,8 +211,8 @@ BEGIN { # DO NOT CHANGE THE FORMAT OF $VERSION. # Use $RELEASE for a descriptive version. - use version 0.77; $VERSION = version->declare('v2.1.2'); - $RELEASE = 'Foswiki-2.1.2'; + use version 0.77; $VERSION = version->declare('v2.1.2_001'); + $RELEASE = 'Foswiki-2.1.3-Beta1'; # Default handlers for different %TAGS% # Where an entry is set as 'undef', the tag will be demand-loaded