From eb3b8cfe19d3602634f2d668de2ee4d974d51c59 Mon Sep 17 00:00:00 2001 From: Jeremy Davis Date: Thu, 11 Feb 2016 09:44:38 -0500 Subject: Ticket #39615 Fix versions for upgrades --- FS/FS.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'FS/FS.pm') diff --git a/FS/FS.pm b/FS/FS.pm index d98a7e847..c17cd9302 100644 --- a/FS/FS.pm +++ b/FS/FS.pm @@ -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.pm >/dev/null || echo "missing $a" ; done -- cgit v1.2.1