Skip to content

Commit

Permalink
Item13808: Moving changes to the master.
Browse files Browse the repository at this point in the history
  • Loading branch information
vrurg committed Oct 15, 2015
1 parent ced6dae commit e503993
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Foswiki/Contrib/DatabaseContrib.pm
Expand Up @@ -34,7 +34,7 @@ use Data::Dumper;
# v1.2.1_001 -> v1.2.2 -> v1.2.2_001 -> v1.2.3
# 1.21_001 -> 1.22 -> 1.22_001 -> 1.23
#
use version; our $VERSION = version->declare('v1.02_001');
use version; our $VERSION = version->declare('1.02');

# $RELEASE is used in the "Find More Extensions" automation in configure.
# It is a manually maintained string used to identify functionality steps.
Expand All @@ -49,7 +49,7 @@ use version; our $VERSION = version->declare('v1.02_001');
# It is preferred to keep this compatible with $VERSION. At some future
# date, Foswiki will deprecate RELEASE and use the VERSION string.
#
our $RELEASE = '15 Sep 2015';
our $RELEASE = '1.02';

# One-line description of the module
our $SHORTDESCRIPTION =
Expand Down

0 comments on commit e503993

Please sign in to comment.