Skip to content

Commit

Permalink
Preparing 1.4.0beta2
Browse files Browse the repository at this point in the history
  • Loading branch information
lstrojny committed Mar 9, 2014
1 parent f48f37f commit 6c3b5f2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ http://pear.php.net/dtd/package-2.0.xsd">
<email>pdezwart@php.net</email>
<active>no</active>
</lead>
<date>2014-01-15</date>
<time>13:00:00</time>
<date>2014-03-09</date>
<time>02:00:00</time>
<version>
<release>1.4.0-dev</release>
<release>1.4.0beta2</release>
<api>1.0.0</api>
</version>
<stability>
Expand All @@ -41,7 +41,7 @@ http://pear.php.net/dtd/package-2.0.xsd">
* Fix #92: fix various memory leaks in the AMQPConnection class (Lars Strojny)

For a complete list of changes see:
https://github.com/pdezwart/php-amqp/compare/v1.3.0...v1.4.0beta1
https://github.com/pdezwart/php-amqp/compare/v1.3.0...v1.4.0beta2

1.3.0 Release:
* Allow retrieving auto-delete exchanges (Guilherme Blanco)
Expand Down
2 changes: 1 addition & 1 deletion php_amqp.h
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@ typedef struct _amqp_envelope_object {
#define AMQP_G(v) (amqp_globals.v)
#endif

#define PHP_AMQP_VERSION "1.4.0-dev"
#define PHP_AMQP_VERSION "1.4.0beta1"

void amqp_error(amqp_rpc_reply_t x, char **pstr, amqp_connection_object *connection, amqp_channel_object *channel);

Expand Down

0 comments on commit 6c3b5f2

Please sign in to comment.