summaryrefslogtreecommitdiff
path: root/FS/FS.pm
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2016-08-10 17:20:57 -0700
committerIvan Kohler <ivan@freeside.biz>2016-08-10 17:20:57 -0700
commit1428a9eac14366d85687d4a525e9c673ef6415b2 (patch)
tree238a17817034778983feb31e8e62b413a2119c85 /FS/FS.pm
parentff0bc74a18466766d13da2bec0059b12b34b207d (diff)
3.91
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 c17cd9302..3ab049ae2 100644
--- a/FS/FS.pm
+++ b/FS/FS.pm
@@ -3,7 +3,7 @@ package FS;
use strict;
use vars qw($VERSION);
-$VERSION = '3.91~git';
+$VERSION = '3.91';
#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