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/HeadlinesPlugin@1340 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
OlivierRaginel authored and OlivierRaginel committed Dec 14, 2008
1 parent b15a04c commit 3e7d31d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion data/TWiki/HeadlinesPlugin.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
%META:TOPICINFO{author="ProjectContributor" date="1148716603" format="1.1" version="$Rev: 15564 $"}%
%META:TOPICINFO{author="ProjectContributor" date="1148716603" format="1.1" version="$Rev$"}%
<!--

PLEASE DO NOT EDIT THIS TOPIC
Expand Down
2 changes: 1 addition & 1 deletion lib/TWiki/Plugins/HeadlinesPlugin.pm
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ use strict;
# =========================
use vars qw($VERSION $RELEASE $isInitialized $doneHeader);

$VERSION = '$Rev: 15564 $';
$VERSION = '$Rev$';
$RELEASE = '2.12';

# =========================
Expand Down

0 comments on commit 3e7d31d

Please sign in to comment.