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-unsubscr...@qpid.apache.org
For additional commands, e-mail: commits-h...@qpid.apache.org

Reply via email to