diff --git a/package.xml b/package.xml index 98992b52b..4d0c421e4 100644 --- a/package.xml +++ b/package.xml @@ -30,11 +30,11 @@ yes - 2015-08-25 - + 2015-11-25 + - 1.6.11 - 1.6.11 + 1.6.12 + 1.6.12 stable @@ -43,7 +43,10 @@ Apache License ** Bug - * [PHP-1467] - PHP driver on big endian platform not connecting to MongoDB + * [PHP-1494] - We don't allocate enough space for the hash buffer + +** Task + * [PHP-1474] - Declare no support for PHP 7 @@ -214,6 +217,24 @@ + + 2015-08-25 + + + 1.6.11 + 1.6.11 + + + stable + stable + + Apache License + +** Bug + * [PHP-1467] - PHP driver on big endian platform not connecting to MongoDB + + + 2015-07-02 diff --git a/php_mongo.h b/php_mongo.h index e097e9388..c91c10617 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.12-dev" +#define PHP_MONGO_VERSION "1.6.12" #define PHP_MONGO_EXTNAME "mongo" #ifdef HAVE_CONFIG_H