Skip to content

Commit

Permalink
Item13883: Update the Foswiki release
Browse files Browse the repository at this point in the history
master should be 2.2 alpha, and a numeric version of 2.1.999_nnn
  • Loading branch information
gac410 committed Mar 11, 2017
1 parent 5d2a11f commit 221942d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/lib/Foswiki.pm
Expand Up @@ -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.3');
$RELEASE = 'Foswiki-2.1.3';
use version 0.77; $VERSION = version->declare('v2.1.999_001');
$RELEASE = 'Foswiki-2.2.0 Alpha';

# Default handlers for different %TAGS%
# Where an entry is set as 'undef', the tag will be demand-loaded
Expand Down

0 comments on commit 221942d

Please sign in to comment.