diff options
author | Jeremy Davis <jeremyd@freeside.biz> | 2016-02-05 16:40:02 -0500 |
---|---|---|
committer | Jeremy Davis <jeremyd@freeside.biz> | 2016-02-05 16:40:02 -0500 |
commit | 408c637b521e7247a40cda23a7a407be8cb09584 (patch) | |
tree | 89d5e4b8baabb1c6eb629ffabb107a7f29d1596e /FS/FS.pm | |
parent | 6eddd253985f4c90b65c4a211b3ec9620a9b1bc9 (diff) |
3.91git
Diffstat (limited to 'FS/FS.pm')
-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.9'; +$VERSION = '3.91git'; #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 |