Skip to content

Commit

Permalink
Item11013: remove svn-isms from VERSION
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.foswiki.org/trunk/GenPDFAddOn@16853 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
SvenDowideit authored and SvenDowideit committed Aug 3, 2013
1 parent 6b14e9b commit 2c74e39
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
5 changes: 1 addition & 4 deletions lib/Foswiki/Contrib/GenPDFAddOn.pm
Expand Up @@ -62,15 +62,12 @@ use Foswiki::Plugins (); # For the API version
use File::Temp qw( tempfile );
use Error qw( :try );

# This should always be $Rev$ so that Foswiki can determine the checked-in
# status of the plugin. It is used by the build automation tools, so
# you should leave it alone.
our $VERSION = '$Rev$';

# This is a free-form string you can use to "name" your own plugin version.
# It is *not* used by the build automation tools, but is reported as part
# of the version number in PLUGINDESCRIPTIONS.
our $RELEASE = '1.3';
our $VERSION = '1.3';

# Short description of this plugin
# One line description, is shown in the %SYSTEMWEB%.TextFormattingRules topic:
Expand Down
8 changes: 1 addition & 7 deletions lib/Foswiki/Plugins/GenPDFAddOnPlugin.pm
Expand Up @@ -55,16 +55,10 @@ use strict;
require Foswiki::Func; # The plugins API
require Foswiki::Plugins; # For the API version

# $VERSION is referred to by Foswiki, and is the only global variable that
# *must* exist in this package.
# This should always be $Rev: 1340 $ so that Foswiki can determine the checked-in
# status of the plugin. It is used by the build automation tools, so
# you should leave it alone.
our $VERSION = '$Rev: 1340 $';

# This is a free-form string you can use to "name" your own plugin version.
# It is *not* used by the build automation tools, but is reported as part
# of the version number in PLUGINDESCRIPTIONS.
our $VERSION = '1.3';
our $RELEASE = '1.3';

# Short description of this plugin
Expand Down

0 comments on commit 2c74e39

Please sign in to comment.