summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2013-07-24 13:44:36 -0700
committerIvan Kohler <ivan@freeside.biz>2013-07-24 13:44:36 -0700
commite716d2c9a2f213caf3ff767546804f26dd1d3d6d (patch)
tree3c2904425e31937e1f767cc1ada0aa008041fbd3
parent315e05ac3e63dbd51a162df27cff1233935d5cd3 (diff)
3.1
-rw-r--r--FS/FS.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS.pm b/FS/FS.pm
index ed8a8a3d2..e33b576c9 100644
--- a/FS/FS.pm
+++ b/FS/FS.pm
@@ -3,7 +3,7 @@ package FS;
use strict;
use vars qw($VERSION);
-$VERSION = '3.1git';
+$VERSION = '3.1';
#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