summaryrefslogtreecommitdiff
path: root/FS/FS.pm
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2017-03-19 11:34:32 -0700
committerIvan Kohler <ivan@freeside.biz>2017-03-19 11:34:32 -0700
commit68a521bb43e58806109ce1b11d627ea3d6026a06 (patch)
tree4c4109c7d4e992472ae8af31040fec8a77cd8d5c /FS/FS.pm
parent72e2c72117a4a290a0ed675bc28632f4e485261c (diff)
4.3~git
Diffstat (limited to 'FS/FS.pm')
-rw-r--r--FS/FS.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS.pm b/FS/FS.pm
index f4fdaf4c3..2d297f9e3 100644
--- a/FS/FS.pm
+++ b/FS/FS.pm
@@ -3,7 +3,7 @@ package FS;
use strict;
use vars qw($VERSION);
-$VERSION = '4.2';
+$VERSION = '4.3~git';
#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