diff options
| author | Ivan Kohler <ivan@freeside.biz> | 2013-09-26 16:36:51 -0700 |
|---|---|---|
| committer | Ivan Kohler <ivan@freeside.biz> | 2013-09-26 16:36:51 -0700 |
| commit | 34725fae4e3c05e7d483b9379da72f0a91765106 (patch) | |
| tree | fc14376a76c529ccda91dac2ec90a218ec719e82 /FS | |
| parent | 42a63a58a7008c4d7f5a128e3d14d61aab8d9630 (diff) | |
2.3.8
Diffstat (limited to 'FS')
| -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.8git'; +$VERSION = '2.3.8'; #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 |
