From 0a847ef34e29f867dea12cd0bc59d39eb38cdda1 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Thu, 4 Jun 2015 14:27:03 -0700 Subject: [PATCH] v5 --- FS/FS.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FS/FS.pm b/FS/FS.pm index 04311e57d..9c36f87f7 100644 --- a/FS/FS.pm +++ b/FS/FS.pm @@ -3,7 +3,7 @@ package FS; use strict; use vars qw($VERSION); -$VERSION = '4.0git'; +$VERSION = '5.0git'; #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