Author: mcpierce
Date: Thu Jan 3 12:02:49 2013
New Revision: 1428309
URL: http://svn.apache.org/viewvc?rev=1428309&view=rev
Log:
Bumped the release version for Perl and Ruby.
Also added a note for each that no new language-specific features were
developed for either language.
Modified:
qpid/proton/trunk/proton-c/bindings/perl/ChangeLog
qpid/proton/trunk/proton-c/bindings/perl/Makefile.PL
qpid/proton/trunk/proton-c/bindings/ruby/ChangeLog
qpid/proton/trunk/proton-c/bindings/ruby/lib/qpid_proton/version.rb
Modified: qpid/proton/trunk/proton-c/bindings/perl/ChangeLog
URL:
http://svn.apache.org/viewvc/qpid/proton/trunk/proton-c/bindings/perl/ChangeLog?rev=1428309&r1=1428308&r2=1428309&view=diff
==============================================================================
--- qpid/proton/trunk/proton-c/bindings/perl/ChangeLog (original)
+++ qpid/proton/trunk/proton-c/bindings/perl/ChangeLog Thu Jan 3 12:02:49 2013
@@ -1,4 +1,5 @@
version 0.3: (TBA)
+ * No language-specific features developed in this release.
version 0.2: (30 November 2012)
* First implementation of the stable APIs on top of swig.
Modified: qpid/proton/trunk/proton-c/bindings/perl/Makefile.PL
URL:
http://svn.apache.org/viewvc/qpid/proton/trunk/proton-c/bindings/perl/Makefile.PL?rev=1428309&r1=1428308&r2=1428309&view=diff
==============================================================================
--- qpid/proton/trunk/proton-c/bindings/perl/Makefile.PL (original)
+++ qpid/proton/trunk/proton-c/bindings/perl/Makefile.PL Thu Jan 3 12:02:49
2013
@@ -5,7 +5,7 @@ use ExtUtils::MakeMaker;
WriteMakefile(
NAME => 'qpid::cproton',
DISTNAME => 'perl-qpid_proton',
- VERSION => '0.2',
+ VERSION => '0.3',
PREREQ_PM => {},
LIBS => ["-lqpid-proton"],
C => ['cproton_perl.c'],
Modified: qpid/proton/trunk/proton-c/bindings/ruby/ChangeLog
URL:
http://svn.apache.org/viewvc/qpid/proton/trunk/proton-c/bindings/ruby/ChangeLog?rev=1428309&r1=1428308&r2=1428309&view=diff
==============================================================================
--- qpid/proton/trunk/proton-c/bindings/ruby/ChangeLog (original)
+++ qpid/proton/trunk/proton-c/bindings/ruby/ChangeLog Thu Jan 3 12:02:49 2013
@@ -1,4 +1,5 @@
version 0.3 (TBA):
+ * No language-specific features developed in this release.
version 0.2 (30 November 2012):
* First implementation of the stable APIs on top of swig.
Modified: qpid/proton/trunk/proton-c/bindings/ruby/lib/qpid_proton/version.rb
URL:
http://svn.apache.org/viewvc/qpid/proton/trunk/proton-c/bindings/ruby/lib/qpid_proton/version.rb?rev=1428309&r1=1428308&r2=1428309&view=diff
==============================================================================
--- qpid/proton/trunk/proton-c/bindings/ruby/lib/qpid_proton/version.rb
(original)
+++ qpid/proton/trunk/proton-c/bindings/ruby/lib/qpid_proton/version.rb Thu Jan
3 12:02:49 2013
@@ -22,7 +22,7 @@ module Qpid
module Proton
NAME = "qpid_proton"
- VERSION = "0.1"
+ VERSION = "0.3"
end
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]