about summary refs log tree commit
diff options
context:
space:
mode:
authorSteve Hay <steve.m.hay@googlemail.com>2014-10-08 09:01:34 +0100
committerSteve Hay <steve.m.hay@googlemail.com>2014-10-08 09:01:34 +0100
commit528d5843129a01c48c9c3a0230bfe7ba27a8b385 (patch)
tree922e33538eb590eb660015acedee59d47bab5478
parent465738966865da728d59342c566fba97dacdc022 (diff)
downloadperl-libnet-528d5843129a01c48c9c3a0230bfe7ba27a8b385.tar.gz
Bump version
-rw-r--r--Changes4
-rw-r--r--Makefile.PL2
2 files changed, 5 insertions, 1 deletions
diff --git a/Changes b/Changes
index 03995c5..053bbff 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,7 @@
+libnet 1.30  -- TODO
+
+  * TODO
+
 libnet 1.29  -- Wed Oct 08 2014
 
   * Fix PAUSE indexing problem. Net::POP3::_SSLified and Net::SMTP::_SSLified
diff --git a/Makefile.PL b/Makefile.PL
index a8a628f..7c20000 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -64,7 +64,7 @@ MAIN: {
         ABSTRACT => 'Collection of network protocol modules',
         AUTHOR   => 'Graham Barr <gbarr@pobox.com>, Steve Hay <shay@cpan.org>',
         LICENSE  => 'perl_5',
-        VERSION  => '1.29',
+        VERSION  => '1.30',
 
         META_MERGE => {
             'meta-spec' => {