Skip to content

Commit

Permalink
Item000: Build 2.0.3 RC
Browse files Browse the repository at this point in the history
  • Loading branch information
gac410 committed Nov 7, 2015
1 parent 0987542 commit eb493ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/lib/Foswiki.pm
Expand Up @@ -205,8 +205,8 @@ BEGIN {

# DO NOT CHANGE THE FORMAT OF $VERSION.
# Use $RELEASE for a descriptive version.
use version 0.77; $VERSION = version->declare('v2.0.2');
$RELEASE = 'Foswiki-2.0.2';
use version 0.77; $VERSION = version->declare('v2.0.2_001');
$RELEASE = 'Foswiki-2.0.3-RC1';

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

0 comments on commit eb493ad

Please sign in to comment.