[libhijk-perl] 06/06: Bump the version for the 0.18 release
Robin Sheat
eythian-guest at moszumanska.debian.org
Thu Feb 12 21:55:29 UTC 2015
This is an automated email from the git hooks/post-receive script.
eythian-guest pushed a commit to annotated tag 0.18
in repository libhijk-perl.
commit d66c7b1a1059126b380aa57d83594ca5e61e0235
Author: Ævar Arnfjörð Bjarmason <avarab at gmail.com>
Date: Wed Dec 10 13:23:02 2014 +0000
Bump the version for the 0.18 release
---
lib/Hijk.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/Hijk.pm b/lib/Hijk.pm
index 8d5e384..ed20256 100644
--- a/lib/Hijk.pm
+++ b/lib/Hijk.pm
@@ -5,7 +5,7 @@ use POSIX qw(:errno_h);
use Socket qw(PF_INET SOCK_STREAM pack_sockaddr_in inet_ntoa $CRLF SOL_SOCKET SO_ERROR);
use Fcntl qw(F_GETFL F_SETFL O_NONBLOCK);
-our $VERSION = "0.17";
+our $VERSION = "0.18";
sub Hijk::Error::CONNECT_TIMEOUT () { 1 << 0 } # 1
sub Hijk::Error::READ_TIMEOUT () { 1 << 1 } # 2
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libhijk-perl.git
More information about the Pkg-perl-cvs-commits
mailing list