X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS.pm;fp=FS%2FFS.pm;h=134a34cb29aa4b8ab551730be5b417f2fcb77900;hp=9c36f87f76b30b25a28e7d74b37f23cd81f204c4;hb=7a24977570328ce710e55d13cfd0fe5c5c40e67a;hpb=29fb80073eb21f453515618f01d2c0d03a3004ec diff --git a/FS/FS.pm b/FS/FS.pm index 9c36f87f7..134a34cb2 100644 --- a/FS/FS.pm +++ b/FS/FS.pm @@ -3,7 +3,7 @@ package FS; use strict; use vars qw($VERSION); -$VERSION = '5.0git'; +$VERSION = '5.0~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