diff options
| author | Ivan Kohler <ivan@freeside.biz> | 2013-07-02 16:52:43 -0700 |
|---|---|---|
| committer | Ivan Kohler <ivan@freeside.biz> | 2013-07-02 16:52:43 -0700 |
| commit | 757db83a60b65b093d6f8383a941c930d63c2169 (patch) | |
| tree | 0353163a20972b1407615ea7d834530eed057f49 /FS | |
| parent | ccb4cb0932c79d344095f79e76b668d71d29d64c (diff) | |
2.3.7 happened
Diffstat (limited to 'FS')
| -rw-r--r-- | FS/FS.pm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ package FS; use strict; use vars qw($VERSION); -$VERSION = '2.3.7'; +$VERSION = '2.3.8git'; #find missing entries in this file with: # for a in `ls *pm | cut -d. -f1`; do grep 'L<FS::'$a'>' ../FS.pm >/dev/null || echo "missing $a" ; done |
