diff options
author | Jeremy Davis <jeremyd@freeside.biz> | 2016-02-11 09:44:38 -0500 |
---|---|---|
committer | Jeremy Davis <jeremyd@freeside.biz> | 2016-02-11 09:44:38 -0500 |
commit | eb3b8cfe19d3602634f2d668de2ee4d974d51c59 (patch) | |
tree | 816a7c409e6687f5965a2f440b448799f33aed12 /FS/FS.pm | |
parent | 117659ee02ba32bf59335bf18faa7a075f231709 (diff) |
Ticket #39615 Fix versions for upgrades
Diffstat (limited to 'FS/FS.pm')
-rw-r--r-- | FS/FS.pm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ package FS; use strict; use vars qw($VERSION); -$VERSION = '3.91git'; +$VERSION = '3.91~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 |