about summary refs log tree commit
diff options
context:
space:
mode:
authorSteve Hay <steve.m.hay@googlemail.com>2013-08-12 21:59:15 +0100
committerSteve Hay <steve.m.hay@googlemail.com>2013-08-12 21:59:15 +0100
commitd0000e2cacb62fdcf618135af2034ea8c874b1ac (patch)
tree1091b71d9e9dca68df75b548f4861094746ab6e1
parent2ac06ce3f499ba3eb8348576d747e8f719ce11ad (diff)
downloadperl-libnet-d0000e2cacb62fdcf618135af2034ea8c874b1ac.tar.gz
Bump remaining dev $VERSIONs to stable $VERSIONs ready for release 1.23
-rw-r--r--Net/Cmd.pm2
-rw-r--r--Net/Config.pm2
2 files changed, 2 insertions, 2 deletions
diff --git a/Net/Cmd.pm b/Net/Cmd.pm
index b4988b4..d1a1fed 100644
--- a/Net/Cmd.pm
+++ b/Net/Cmd.pm
@@ -37,7 +37,7 @@ BEGIN {
   }
 }
 
-$VERSION = "2.29_2";
+$VERSION = "2.30";
 @ISA     = qw(Exporter);
 @EXPORT  = qw(CMD_INFO CMD_OK CMD_MORE CMD_REJECT CMD_ERROR CMD_PENDING);
 
diff --git a/Net/Config.pm b/Net/Config.pm
index 24ae2c0..885d9cb 100644
--- a/Net/Config.pm
+++ b/Net/Config.pm
@@ -13,7 +13,7 @@ use strict;
 
 @EXPORT  = qw(%NetConfig);
 @ISA     = qw(Net::LocalCfg Exporter);
-$VERSION = "1.11_01";
+$VERSION = "1.12";
 
 eval { local $SIG{__DIE__}; require Net::LocalCfg };