diff options
author | Jeremy Davis <jeremyd@freeside.biz> | 2015-02-21 12:13:11 -0500 |
---|---|---|
committer | Jeremy Davis <jeremyd@freeside.biz> | 2015-02-21 12:13:11 -0500 |
commit | 96a06f1743cf1215a41bd5391d9604a178ad5b54 (patch) | |
tree | 0027c937fcb2d89e303731cb948131184a07fe32 | |
parent | 568b2f8811d82cb1f8535220733f03ac0fa11494 (diff) |
3.7git
-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 = '3.6'; +$VERSION = '3.7git'; #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 |