about summary refs log tree commit
diff options
context:
space:
mode:
authorSteve Hay <steve.m.hay@googlemail.com>2014-01-06 08:12:51 +0000
committerSteve Hay <steve.m.hay@googlemail.com>2014-01-06 08:12:51 +0000
commit121b46ef80e0c8714229bed2570a1927c887dfc0 (patch)
treef7879c0bd9638361153212fd8b38eab8fe597c05
parent24eb8619451c3d8529d903d9133d03a7f447488f (diff)
downloadperl-libnet-121b46ef80e0c8714229bed2570a1927c887dfc0.tar.gz
Release 1.24 v1.24
-rw-r--r--Changes1
-rw-r--r--Makefile.PL2
2 files changed, 2 insertions, 1 deletions
diff --git a/Changes b/Changes
index 44d6772..bba2883 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,4 @@
+libnet 1.24  -- Mon Jan 06 2014
 
   * Fix incorrect handling of CRLF in Net::FTP [Willem Monsuwé; resolves CPAN
     RT#41642/62029]
diff --git a/Makefile.PL b/Makefile.PL
index bfe17a3..a39c71b 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -4,7 +4,7 @@
 
 $NAME     = 'Net';
 $DISTNAME = "libnet";
-$VERSION  = "1.23";
+$VERSION  = "1.24";
 
 BEGIN { require 5.002 }