From ffcf0de4a0ec32700de1c5c09778b4842da8817a Mon Sep 17 00:00:00 2001 From: OlivierRaginel Date: Sun, 14 Dec 2008 17:49:56 +0000 Subject: [PATCH] Item27: Fix svn properties on all .pm, .tmpl and .txt files git-svn-id: http://svn.foswiki.org/trunk/BeautifierPlugin@1340 0b4bb1d4-4e5a-0410-9cc4-b2b747904278 --- lib/TWiki/Plugins/BeautifierPlugin.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/TWiki/Plugins/BeautifierPlugin.pm b/lib/TWiki/Plugins/BeautifierPlugin.pm index 10fcd67..ea61a59 100644 --- a/lib/TWiki/Plugins/BeautifierPlugin.pm +++ b/lib/TWiki/Plugins/BeautifierPlugin.pm @@ -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