diff options
author | Ivan Kohler <ivan@freeside.biz> | 2016-08-05 14:04:39 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2016-08-05 14:04:39 -0700 |
commit | 037f8c902b3ffe615cae0ced97088862da8fc34e (patch) | |
tree | dd07cee1c6e10a648cbe5c01fdfbf08b35bc536a /FS | |
parent | 96dc42398cb1ee00dc86095d1c2171f74ea760aa (diff) |
4.1
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 = '4.1~git'; +$VERSION = '4.1'; #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 |