X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS.pm;h=c65c7f7b42ac2a9e74f5ea335be5c1578834af3e;hb=7a63702b8123e553464ee1df8b21ddf72d76df18;hp=3c003c355c353f793da45634f9d0697209bc2630;hpb=40ae0a48812971c84c4bc90e21d8cfb04155a96c;p=freeside.git diff --git a/FS/FS.pm b/FS/FS.pm index 3c003c355..c65c7f7b4 100644 --- a/FS/FS.pm +++ b/FS/FS.pm @@ -3,7 +3,7 @@ package FS; use strict; use vars qw($VERSION); -$VERSION = '3.4git'; +$VERSION = '3.8'; #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