summaryrefslogtreecommitdiff
path: root/FS/FS.pm
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2012-11-13 16:03:54 -0800
committerIvan Kohler <ivan@freeside.biz>2012-11-13 16:03:54 -0800
commit3c647a6eb792e52100f3a85566f3295ef332d9d6 (patch)
tree41b2ad5af93fd9891bb52ede80e60c21d7d68fd5 /FS/FS.pm
parent14a10ac6abb49a3098eaeac65925a7b1546b8a59 (diff)
2.3.5
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 ccb015bb5..ea1bd331b 100644
--- a/FS/FS.pm
+++ b/FS/FS.pm
@@ -3,7 +3,7 @@ package FS;
use strict;
use vars qw($VERSION);
-$VERSION = '2.3.5git';
+$VERSION = '2.3.5';
#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