summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Davis <jeremyd@freeside.biz>2014-04-02 11:26:18 -0400
committerJeremy Davis <jeremyd@freeside.biz>2014-04-02 11:26:18 -0400
commit7d6818c03f5137848e9459d6943323c21ebdca8b (patch)
tree9337b01712186c45047e7f167326affa0034c2e9
parent8ee4fc51420c84714fb4bb24d3be023b7ffb5667 (diff)
2.3.10git
-rw-r--r--FS/FS.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS.pm b/FS/FS.pm
index 14216ba28..76dd77d94 100644
--- a/FS/FS.pm
+++ b/FS/FS.pm
@@ -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