summaryrefslogtreecommitdiff
path: root/FS/FS.pm
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2016-02-16 23:03:58 -0800
committerIvan Kohler <ivan@freeside.biz>2016-02-16 23:03:58 -0800
commitedbef131632787b463653a66d96394d1390a1e8b (patch)
tree44720788d5b437af4b8e93037aed3897047e8479 /FS/FS.pm
parent24d17d1b4a68b065243c4a3366eb0f002e9b4d10 (diff)
4.0
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 85c8043ed..3ec3f7653 100644
--- a/FS/FS.pm
+++ b/FS/FS.pm
@@ -3,7 +3,7 @@ package FS;
use strict;
use vars qw($VERSION);
-$VERSION = '4.0~git';
+$VERSION = '4.0';
#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