diff options
author | Ivan Kohler <ivan@freeside.biz> | 2017-03-19 11:34:32 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2017-03-19 11:34:32 -0700 |
commit | 68a521bb43e58806109ce1b11d627ea3d6026a06 (patch) | |
tree | 4c4109c7d4e992472ae8af31040fec8a77cd8d5c /FS/FS.pm | |
parent | 72e2c72117a4a290a0ed675bc28632f4e485261c (diff) |
4.3~git
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 = '4.2'; +$VERSION = '4.3~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 |