Skip to content
This repository has been archived by the owner on Feb 1, 2022. It is now read-only.

Commit

Permalink
Bump 1.6.16
Browse files Browse the repository at this point in the history
  • Loading branch information
jmikola committed Sep 5, 2017
1 parent 5b5d9cb commit 3321e98
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 7 deletions.
30 changes: 24 additions & 6 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@
<active>yes</active>
</lead>

<date>2017-09-01</date>
<time>17:00:00</time>
<date>2017-09-05</date>
<time>13:40:00</time>
<version>
<release>1.6.15</release>
<api>1.6.15</api>
<release>1.6.16</release>
<api>1.6.16</api>
</version>
<stability>
<release>stable</release>
Expand All @@ -43,8 +43,7 @@
<license uri="http://www.apache.org/licenses/LICENSE-2.0">Apache License</license>
<notes>
** Bug
* [PHP-1489] - Can't run the test suite against MongoDB 3.1.2 or later
* [PHP-1528] - Extension should link OpenSSL during compilation
* [PHP-1529] - undefined symbol: php_mongo_asn1_time_to_time_t
</notes>

<contents>
Expand Down Expand Up @@ -215,6 +214,25 @@
</extsrcrelease>
<changelog>

<release>
<date>2017-09-01</date>
<time>17:00:00</time>
<version>
<release>1.6.15</release>
<api>1.6.15</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="http://www.apache.org/licenses/LICENSE-2.0">Apache License</license>
<notes>
** Bug
* [PHP-1489] - Can't run the test suite against MongoDB 3.1.2 or later
* [PHP-1528] - Extension should link OpenSSL during compilation
</notes>
</release>

<release>
<date>2016-04-26</date>
<time>16:07:00</time>
Expand Down
2 changes: 1 addition & 1 deletion php_mongo.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
#ifndef PHP_MONGO_H
#define PHP_MONGO_H 1

#define PHP_MONGO_VERSION "1.6.16-dev"
#define PHP_MONGO_VERSION "1.6.16"
#define PHP_MONGO_EXTNAME "mongo"

#ifdef HAVE_CONFIG_H
Expand Down

0 comments on commit 3321e98

Please sign in to comment.