diff options
author | Ivan Kohler <ivan@freeside.biz> | 2016-02-16 23:03:58 -0800 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2016-02-16 23:03:58 -0800 |
commit | edbef131632787b463653a66d96394d1390a1e8b (patch) | |
tree | 44720788d5b437af4b8e93037aed3897047e8479 /FS/FS.pm | |
parent | 24d17d1b4a68b065243c4a3366eb0f002e9b4d10 (diff) |
4.0
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.0~git'; +$VERSION = '4.0'; #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 |