diff options
author | Ivan Kohler <ivan@freeside.biz> | 2017-05-11 13:54:27 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2017-05-11 13:54:27 -0700 |
commit | b01ab86a3b25fa9c89aa2afd91646c59505318a4 (patch) | |
tree | 053520a556118286da0bfb49068b5f285696cf57 | |
parent | 0cc73df2d8ca19b1f8c2fc93bd4f2468b738b969 (diff) |
3.93~git
-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.92'; +$VERSION = '3.93~git'; #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 |