We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7087ee0 commit 13e4670Copy full SHA for 13e4670
ZMQ-LibCZMQ1/Changes
@@ -1,6 +1,9 @@
1
Changes
2
=======
3
4
+0.05 Jun 04 2014
5
+ - zsocket_bind/connect take a literal format string as 2nd arg (rurban)
6
+
7
0.03 Mar 01 2013
8
- No code change
9
- Remove MYMETA.* from distro (http://weblog.bulknews.net/post/44251476706/stop-shipping-mymeta-to-cpan)
ZMQ-LibCZMQ1/lib/ZMQ/LibCZMQ1.pm
@@ -4,7 +4,7 @@ use Exporter 'import';
use XSLoader;
our $VERSION;
BEGIN {
- $VERSION = '0.03';
+ $VERSION = '0.04';
XSLoader::load(__PACKAGE__, $VERSION);
}
10
0 commit comments