summaryrefslogtreecommitdiff
path: root/FS/FS.pm
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2017-05-11 13:08:13 -0700
committerIvan Kohler <ivan@freeside.biz>2017-05-11 13:08:13 -0700
commit0cc73df2d8ca19b1f8c2fc93bd4f2468b738b969 (patch)
treec9ab23223343c8d85d72974ff9be6aacaa6847a2 /FS/FS.pm
parentf79377d752c38762833b9ff3982046a31488d0df (diff)
3.92
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 4d35a813a..9e5b13ba4 100644
--- a/FS/FS.pm
+++ b/FS/FS.pm
@@ -3,7 +3,7 @@ package FS;
use strict;
use vars qw($VERSION);
-$VERSION = '3.92~git';
+$VERSION = '3.92';
#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