From: David Mitchell Date: Sun, 4 Jan 2009 20:54:56 +0000 (+0000) Subject: bump Errno version number after change 34630 (add Haiku port) X-Git-Tag: code-review/2009-07-22~1145 X-Git-Url: https://perl5.git.perl.org/perl5.git/commitdiff_plain/6bb0de4e5b084b5bafdfdbfd4366edb1381b6e18?hp=c012444fd89eef64e1d1687642cdb9f968e96739 bump Errno version number after change 34630 (add Haiku port) --- diff --git a/ext/Errno/Errno_pm.PL b/ext/Errno/Errno_pm.PL index 802e638..49e6a66 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.10"; +our $VERSION = "1.10_01"; my %err = (); my %wsa = ();