about summary refs log tree commit
diff options
context:
space:
mode:
-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 }