diff options
author | Ivan Kohler <ivan@freeside.biz> | 2017-03-19 08:48:32 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2017-03-19 08:48:32 -0700 |
commit | 0dde042b047a88c164ddd18ff3ce7b8a9908a30d (patch) | |
tree | d4f40217e44498b53a81ca63c2c17ad7140b01f8 /FS/FS.pm | |
parent | 16bcfd0d4f79b4cb445cbb649411002d8e8d7b97 (diff) |
4.2
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~git'; +$VERSION = '4.2'; #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 |