about summary refs log tree commit
diff options
context:
space:
mode:
authorSteve Hay <steve.m.hay@googlemail.com>2014-10-08 08:57:03 +0100
committerSteve Hay <steve.m.hay@googlemail.com>2014-10-08 08:57:03 +0100
commitfd870233f2d1ae3b8ee8fffa401f3477204d4f70 (patch)
tree2ad24077403855b6870e5728fd6aaf70fb170fe4
parent32601789bcf4c1ce7bcff0b34cae31078f35d454 (diff)
downloadperl-libnet-fd870233f2d1ae3b8ee8fffa401f3477204d4f70.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 c9c1228..8f285be 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,7 @@
+libnet 1.29  -- TODO
+
+  * TODO
+
 libnet 1.28  -- Wed Oct 08 2014
 
   * Improve code()/message() initialization and error handling in Net::Cmd
diff --git a/Makefile.PL b/Makefile.PL
index 375e1c9..a8a628f 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.28',
+        VERSION  => '1.29',
 
         META_MERGE => {
             'meta-spec' => {