You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by mc...@apache.org on 2014/09/05 14:28:18 UTC

svn commit: r1622689 - /qpid/proton/trunk/proton-c/bindings/perl/lib/qpid/proton/Constants.pm

Author: mcpierce
Date: Fri Sep  5 12:28:18 2014
New Revision: 1622689

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

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

Modified: qpid/proton/trunk/proton-c/bindings/perl/lib/qpid/proton/Constants.pm
URL: http://svn.apache.org/viewvc/qpid/proton/trunk/proton-c/bindings/perl/lib/qpid/proton/Constants.pm?rev=1622689&r1=1622688&r2=1622689&view=diff
==============================================================================
--- qpid/proton/trunk/proton-c/bindings/perl/lib/qpid/proton/Constants.pm (original)
+++ qpid/proton/trunk/proton-c/bindings/perl/lib/qpid/proton/Constants.pm Fri Sep  5 12:28:18 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