summaryrefslogtreecommitdiff
path: root/FS/FS.pm
diff options
context:
space:
mode:
authorivan <ivan>2004-11-27 19:09:47 +0000
committerivan <ivan>2004-11-27 19:09:47 +0000
commit52a2dbebe522c0866e18f09a169d39a0cbd4d7b8 (patch)
treeffa874ac8a645bd6a6ef72ddac6e825c50709cbe /FS/FS.pm
parent96db7f5df100ab0ebdcb23630ada27b4702328b9 (diff)
ticket system integration framework and skin RT
Diffstat (limited to 'FS/FS.pm')
-rw-r--r--FS/FS.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS.pm b/FS/FS.pm
index 797323f..3bbd66f 100644
--- a/FS/FS.pm
+++ b/FS/FS.pm
@@ -3,7 +3,7 @@ package FS;
use strict;
use vars qw($VERSION);
-$VERSION = '0.01';
+$VERSION = '%%%VERSION%%%';
#find missing entries in this file with:
# for a in `ls *pm | cut -d. -f1`; do grep 'L<FS::'$a'>' ../FS.pm >/dev/null || echo "missing $a" ; done