From e5dd9525e20e6a21fce2e5d5170c27efe3db5893 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Sat, 20 Oct 2012 03:19:09 -0700 Subject: [PATCH] 2.3.4 happened --- FS/FS.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FS/FS.pm b/FS/FS.pm index 4ee1acb58..ccb015bb5 100644 --- a/FS/FS.pm +++ b/FS/FS.pm @@ -3,7 +3,7 @@ package FS; use strict; use vars qw($VERSION); -$VERSION = '2.3.4'; +$VERSION = '2.3.5git'; #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 -- 2.11.0