From 568b2f8811d82cb1f8535220733f03ac0fa11494 Mon Sep 17 00:00:00 2001 From: Jeremy Davis Date: Sat, 21 Feb 2015 07:52:42 -0500 Subject: [PATCH] 3.6 Release --- FS/FS.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FS/FS.pm b/FS/FS.pm index 4c688ea55..770bfd4e4 100644 --- a/FS/FS.pm +++ b/FS/FS.pm @@ -3,7 +3,7 @@ package FS; use strict; use vars qw($VERSION); -$VERSION = '3.6git'; +$VERSION = '3.6'; #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