diff options
author | Ivan Kohler <ivan@freeside.biz> | 2013-01-05 15:48:47 -0800 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2013-01-05 15:48:47 -0800 |
commit | 53b9ba47322ee112b3f259006ce1eeb8410904b9 (patch) | |
tree | 2225b1775c25bee4b8e0ed4f0df3e3dc567f784a /FS | |
parent | 7a618d4493ab7a87f6eabfd1ce3630a6b3436c2f (diff) |
3.0
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 = '3.0git'; +$VERSION = '3.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 |