Skip to content

Commit

Permalink
Item14207: use a non-SVN revision
Browse files Browse the repository at this point in the history
  • Loading branch information
fschlich committed Nov 2, 2016
1 parent 9346b9f commit 88e0a81
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions lib/Foswiki/Plugins/DatabasePlugin.pm
Expand Up @@ -8,9 +8,10 @@ use strict;
use vars qw( $VERSION $RELEASE $dbinfo $SHORTDESCRIPTION );
use Foswiki::Plugins::DatabasePlugin::Connection;

$VERSION = '$Rev$';
$RELEASE = '2.2';
$SHORTDESCRIPTION = 'Provide access to data in a SQL database';
our $VERSION = '2.2';
our $RELEASE = '02 Nov 2016';
our $SHORTDESCRIPTION = 'Provide access to data in a SQL database';
our $NO_PREFS_IN_TOPIC = 1;

sub initPlugin {
my ( $topic, $web, $user, $installWeb ) = @_;
Expand Down

0 comments on commit 88e0a81

Please sign in to comment.