X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS.pm;h=9ee5fc9447fbe0ad7353781a5a582b7afda6680c;hb=91c7741223e84c67b64693cf4bbab6cfbd944e7e;hp=9e5b13ba4bb7b58aad599546680e9f173a14a132;hpb=0cc73df2d8ca19b1f8c2fc93bd4f2468b738b969;p=freeside.git diff --git a/FS/FS.pm b/FS/FS.pm index 9e5b13ba4..9ee5fc944 100644 --- a/FS/FS.pm +++ b/FS/FS.pm @@ -3,7 +3,7 @@ package FS; use strict; use vars qw($VERSION); -$VERSION = '3.92'; +$VERSION = '3.93~git'; #find missing entries in this file with: # for a in `ls *pm | cut -d. -f1`; do grep 'L' ../FS.pm >/dev/null || echo "missing $a" ; done