Skip to content

Commit 13e4670

Browse files
committed
version++; this be ZMQ-LibCZMQ1-0.04
1 parent 7087ee0 commit 13e4670

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

ZMQ-LibCZMQ1/Changes

+3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
Changes
22
=======
33

4+
0.05 Jun 04 2014
5+
- zsocket_bind/connect take a literal format string as 2nd arg (rurban)
6+
47
0.03 Mar 01 2013
58
- No code change
69
- Remove MYMETA.* from distro (http://weblog.bulknews.net/post/44251476706/stop-shipping-mymeta-to-cpan)

ZMQ-LibCZMQ1/lib/ZMQ/LibCZMQ1.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ use Exporter 'import';
44
use XSLoader;
55
our $VERSION;
66
BEGIN {
7-
$VERSION = '0.03';
7+
$VERSION = '0.04';
88
XSLoader::load(__PACKAGE__, $VERSION);
99
}
1010

0 commit comments

Comments
 (0)