diff options
author | Jeremy Davis <jeremyd@freeside.biz> | 2014-10-23 09:44:06 -0400 |
---|---|---|
committer | Jeremy Davis <jeremyd@freeside.biz> | 2014-10-23 09:44:06 -0400 |
commit | aa96a06f756fc0b5b6e047b6b6d3e6cf4fa8f523 (patch) | |
tree | 914231f6d5c2b73ee8c60113d5fa4643ae0b62ed /FS/FS.pm | |
parent | 5c81738c095b59a9d3370a490320777f0bf0743a (diff) |
3.4 release
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 = '3.4git'; +$VERSION = '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 |