You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by gs...@apache.org on 2014/10/10 14:42:31 UTC

svn commit: r1630797 - /qpid/proton/branches/examples/proton-c/bindings/perl/lib/qpid/proton/Constants.pm

Author: gsim
Date: Fri Oct 10 12:42:31 2014
New Revision: 1630797

URL: http://svn.apache.org/r1630797
Log:
PROTON-651: Export Proton major/minor version number in Perl.

Modified:
    qpid/proton/branches/examples/proton-c/bindings/perl/lib/qpid/proton/Constants.pm

Modified: qpid/proton/branches/examples/proton-c/bindings/perl/lib/qpid/proton/Constants.pm
URL: http://svn.apache.org/viewvc/qpid/proton/branches/examples/proton-c/bindings/perl/lib/qpid/proton/Constants.pm?rev=1630797&r1=1630796&r2=1630797&view=diff
==============================================================================
--- qpid/proton/branches/examples/proton-c/bindings/perl/lib/qpid/proton/Constants.pm (original)
+++ qpid/proton/branches/examples/proton-c/bindings/perl/lib/qpid/proton/Constants.pm Fri Oct 10 12:42:31 2014
@@ -20,6 +20,9 @@
 package qpid::proton;
 
 use constant {
+    VERSION_MAJOR => $cproton_perl::PN_VERSION_MAJOR,
+    VERSION_MINOR => $cproton_perl::PN_VERSION_MINOR,
+
     NULL       => $cproton_perl::PN_NULL,
     BOOL       => qpid::proton::Mapping->new(
         "bool",



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org