From 4c082cdd608ba5b1e95602bb7069259f25e76916 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Wed, 10 Aug 2016 17:29:49 -0700 Subject: 3.91 happened --- 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 3ab049ae2..4d35a813a 100644 --- a/FS/FS.pm +++ b/FS/FS.pm @@ -3,7 +3,7 @@ package FS; use strict; use vars qw($VERSION); -$VERSION = '3.91'; +$VERSION = '3.92~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