X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS.pm;h=8bbff12e5db51d256d4767d4fe83a1f2d05afbcc;hb=0f5c3c06074db3d1eae6c0cd73c13f5561fcf219;hp=8c78179eb1bc33250b3030d1973eb011f0b44079;hpb=aba86d4205a831c561fcf62a24d021c82c229d96;p=freeside.git diff --git a/FS/FS.pm b/FS/FS.pm index 8c78179eb..8bbff12e5 100644 --- a/FS/FS.pm +++ b/FS/FS.pm @@ -3,7 +3,7 @@ package FS; use strict; use vars qw($VERSION); -$VERSION = '%%%VERSION%%%'; +$VERSION = '3.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 @@ -214,6 +214,8 @@ L - Inventory items L - Service definition class +L - Service class class + L - Column constraint class L - Class linking service definitions (see L)