diff options
author | Jeremy Davis <jeremyd@freeside.biz> | 2015-06-26 17:31:33 -0400 |
---|---|---|
committer | Jeremy Davis <jeremyd@freeside.biz> | 2015-06-26 17:31:33 -0400 |
commit | d8a43b104aca6a01f8f1fd821dd29f3dffd59919 (patch) | |
tree | 57b967e7de02efe7e5896c01aab607745cc1d7d9 /FS/FS.pm | |
parent | 5bdc08bfccba27e88ac3c5467f8b57f9a6ee1702 (diff) |
3.8git
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.7'; +$VERSION = '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 |