diff options
author | Ivan Kohler <ivan@freeside.biz> | 2013-03-28 11:23:41 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2013-03-28 11:23:41 -0700 |
commit | 23f228d5db4ae99722235a8739aea046a0b434cd (patch) | |
tree | 75cdb38526f64a93f525380a6d43b9db01336121 /FS/FS.pm | |
parent | e71a8fbc7e88c05b22584040e4aab1f24655b921 (diff) |
3.0 happened
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.0'; +$VERSION = '3.1git'; #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 |