X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS.pm;h=c17cd9302cadcf491dbb806b7791c083f453fdae;hb=95563ec9360b73596318427a64ff07b84718dc9b;hp=4b0bf8ff48a7d15f82ab96e7286bfc6f2742b322;hpb=474291d3c27643d173620736babf7c760af98d8f;p=freeside.git diff --git a/FS/FS.pm b/FS/FS.pm index 4b0bf8ff4..c17cd9302 100644 --- a/FS/FS.pm +++ b/FS/FS.pm @@ -3,7 +3,7 @@ package FS; use strict; use vars qw($VERSION); -$VERSION = '3.5git'; +$VERSION = '3.91~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