diff --git a/package.xml b/package.xml index ec13a8aef..b73fe4409 100644 --- a/package.xml +++ b/package.xml @@ -30,11 +30,11 @@ yes - 2015-07-02 - + 2015-08-25 + - 1.6.10 - 1.6.10 + 1.6.11 + 1.6.11 stable @@ -43,9 +43,7 @@ Apache License ** Bug - * [PHP-1460] - Query with limit leaves open cursors on server - * [PHP-1462] - Fix static compilation - * [PHP-1464] - GridFS should not drop dupes when creating index + * [PHP-1467] - PHP driver on big endian platform not connecting to MongoDB @@ -215,6 +213,26 @@ + + 2015-07-02 + + + 1.6.10 + 1.6.10 + + + stable + stable + + Apache License + + ** Bug + * [PHP-1460] - Query with limit leaves open cursors on server + * [PHP-1462] - Fix static compilation + * [PHP-1464] - GridFS should not drop dupes when creating index + + + 2015-06-09 diff --git a/php_mongo.h b/php_mongo.h index 74a579fcf..e80e9fc49 100644 --- a/php_mongo.h +++ b/php_mongo.h @@ -16,7 +16,7 @@ #ifndef PHP_MONGO_H #define PHP_MONGO_H 1 -#define PHP_MONGO_VERSION "1.6.11-dev" +#define PHP_MONGO_VERSION "1.6.11" #define PHP_MONGO_EXTNAME "mongo" #ifdef HAVE_CONFIG_H