summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Davis <jeremyd@freeside.biz>2014-04-02 11:13:24 -0400
committerJeremy Davis <jeremyd@freeside.biz>2014-04-02 11:13:24 -0400
commit8ee4fc51420c84714fb4bb24d3be023b7ffb5667 (patch)
tree78913cf568bcca02b185ccbd973b34e051aa5ec1
parent3438e7d6bea0f7917db89d678d553694094cc599 (diff)
2.3.9 Release
-rw-r--r--FS/FS.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS.pm b/FS/FS.pm
index 75656ecc0..14216ba28 100644
--- a/FS/FS.pm
+++ b/FS/FS.pm
@@ -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