diff options
author | Jeremy Davis <jeremyd@freeside.biz> | 2014-04-02 11:26:18 -0400 |
---|---|---|
committer | Jeremy Davis <jeremyd@freeside.biz> | 2014-04-02 11:26:18 -0400 |
commit | 7d6818c03f5137848e9459d6943323c21ebdca8b (patch) | |
tree | 9337b01712186c45047e7f167326affa0034c2e9 | |
parent | 8ee4fc51420c84714fb4bb24d3be023b7ffb5667 (diff) |
2.3.10git
-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.9'; +$VERSION = '2.3.10git'; #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 |