diff options
| author | Ivan Kohler <ivan@freeside.biz> | 2012-10-19 22:11:22 -0700 |
|---|---|---|
| committer | Ivan Kohler <ivan@freeside.biz> | 2012-10-19 22:11:22 -0700 |
| commit | 7a4bb60025ac0566edf2f32b102e424bd2ebe21a (patch) | |
| tree | 710cf676b25925508a886d437c9c06e6f46e983f /FS/FS.pm | |
| parent | 31dccc90e9f6c993ed7a579b721d8986c246cf64 (diff) | |
2.3.4
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 = '2.3.4git'; +$VERSION = '2.3.4'; #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 |
