X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS.pm;h=4d35a813a6a334bb4cc2899e692e7ab6542eb7d3;hb=4c082cdd608ba5b1e95602bb7069259f25e76916;hp=6c7fb04a55f1b59d6a0ce20480c4d1c350f3d5f9;hpb=d8a43b104aca6a01f8f1fd821dd29f3dffd59919;p=freeside.git diff --git a/FS/FS.pm b/FS/FS.pm index 6c7fb04a5..4d35a813a 100644 --- a/FS/FS.pm +++ b/FS/FS.pm @@ -3,7 +3,7 @@ package FS; use strict; use vars qw($VERSION); -$VERSION = '3.8git'; +$VERSION = '3.92~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