Skip to content

Commit

Permalink
Item13919: migrate from no longer supported SVN keyword for $VERSION
Browse files Browse the repository at this point in the history
  • Loading branch information
jast committed Jan 12, 2016
1 parent 2ebf272 commit a46ea68
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions lib/Foswiki/Contrib/CasLoginContrib.pm
Expand Up @@ -15,11 +15,7 @@ package Foswiki::Contrib::CasLoginContrib;

use strict;

# $VERSION is referred to by Foswiki, and is the only global variable that
# *must* exist in this package. This should always be in the format
# $Rev: 3193 $ so that Foswiki can determine the checked-in status of the
# extension.
our $VERSION = '$Rev$'; # version of *this file*.
our $VERSION = '1.6.4'; # version of *this file*.

# $RELEASE is used in the "Find More Extensions" automation in configure.
# It is a manually maintained string used to identify functionality steps.
Expand Down

0 comments on commit a46ea68

Please sign in to comment.