diff options
author | Ivan Kohler <ivan@freeside.biz> | 2016-02-17 00:46:08 -0800 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2016-02-17 00:46:08 -0800 |
commit | 25c53e7a6e00998d3c0cd03939a893d60260a59c (patch) | |
tree | d2793d4997d9899265803c165c43ed6be95c417d | |
parent | edbef131632787b463653a66d96394d1390a1e8b (diff) |
4.1
-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.0'; +$VERSION = '4.1~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 |