Skip to content

Commit

Permalink
Item27: Fix svn properties on all .pm, .tmpl and .txt files
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.foswiki.org/trunk/BeautifierPlugin@1340 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
OlivierRaginel authored and OlivierRaginel committed Dec 14, 2008
1 parent f873433 commit ffcf0de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/TWiki/Plugins/BeautifierPlugin.pm
Expand Up @@ -50,10 +50,10 @@ use vars qw(
$web $topic $user $installWeb $VERSION $RELEASE $debug %langs
);

# This should always be $Rev: 15560 $ so that TWiki can determine the checked-in
# This should always be $Rev$ so that TWiki can determine the checked-in
# status of the plugin. It is used by the build automation tools, so
# you should leave it alone.
$VERSION = '$Rev: 15560 $';
$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
Expand Down

0 comments on commit ffcf0de

Please sign in to comment.