diff options
| author | Jeremy Davis <jeremyd@freeside.biz> | 2014-02-07 12:14:18 -0500 |
|---|---|---|
| committer | Jeremy Davis <jeremyd@freeside.biz> | 2014-02-07 12:14:18 -0500 |
| commit | 8f6ff231e419250cb3bb75b5048649f0eb396a63 (patch) | |
| tree | 544297504d8cce41eb6167d35b8a2640ebcb2084 | |
| parent | be0423a5619d99327876d1704df6f5a9d455fae5 (diff) | |
3.3git
| -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.2'; +$VERSION = '3.3git'; #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 |
