diff options
author | Jeremy Davis <jeremyd@freeside.biz> | 2014-04-02 11:13:24 -0400 |
---|---|---|
committer | Jeremy Davis <jeremyd@freeside.biz> | 2014-04-02 11:13:24 -0400 |
commit | 8ee4fc51420c84714fb4bb24d3be023b7ffb5667 (patch) | |
tree | 78913cf568bcca02b185ccbd973b34e051aa5ec1 | |
parent | 3438e7d6bea0f7917db89d678d553694094cc599 (diff) |
2.3.9 Release
-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.9git'; +$VERSION = '2.3.9'; #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 |