From c339b71e86af1ae92c5ea6a248197244d6152bc2 Mon Sep 17 00:00:00 2001 From: "H.Merijn Brand" Date: Fri, 8 Nov 2013 15:36:57 +0100 Subject: [PATCH] This version bump also got lost in the merge Guess there will always be ways in git to explore ... --- ext/Errno/Errno_pm.PL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/Errno/Errno_pm.PL b/ext/Errno/Errno_pm.PL index c2c84b6..5d6bee5 100644 --- a/ext/Errno/Errno_pm.PL +++ b/ext/Errno/Errno_pm.PL @@ -2,7 +2,7 @@ use ExtUtils::MakeMaker; use Config; use strict; -our $VERSION = "1.20"; +our $VERSION = "1.20_01"; my %err = (); -- 2.7.4