summaryrefslogtreecommitdiff
path: root/FS/FS.pm
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2012-10-19 22:11:22 -0700
committerIvan Kohler <ivan@freeside.biz>2012-10-19 22:11:22 -0700
commit7a4bb60025ac0566edf2f32b102e424bd2ebe21a (patch)
tree710cf676b25925508a886d437c9c06e6f46e983f /FS/FS.pm
parent31dccc90e9f6c993ed7a579b721d8986c246cf64 (diff)
2.3.4
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 2ea76a506..4ee1acb58 100644
--- a/FS/FS.pm
+++ b/FS/FS.pm
@@ -3,7 +3,7 @@ package FS;
use strict;
use vars qw($VERSION);
-$VERSION = '2.3.4git';
+$VERSION = '2.3.4';
#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