X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS.pm;h=77dd4ff202526254b1e18a096e043668dbb48807;hb=7b5a266236857fbb4bbf8d4ac3031c3fec75cac2;hp=d8bc333471ab00b05aa46f3e72a976c8561ba610;hpb=23f228d5db4ae99722235a8739aea046a0b434cd;p=freeside.git diff --git a/FS/FS.pm b/FS/FS.pm index d8bc33347..77dd4ff20 100644 --- a/FS/FS.pm +++ b/FS/FS.pm @@ -3,7 +3,7 @@ package FS; use strict; use vars qw($VERSION); -$VERSION = '3.1git'; +$VERSION = '4.0git'; #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