diff --git a/package.xml b/package.xml
index 9e5b55817..4f6cad171 100644
--- a/package.xml
+++ b/package.xml
@@ -30,11 +30,11 @@
yes
- 2017-09-01
-
+ 2017-09-05
+
- 1.6.15
- 1.6.15
+ 1.6.16
+ 1.6.16
stable
@@ -43,8 +43,7 @@
Apache License
** 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
@@ -215,6 +214,25 @@
+
+ 2017-09-01
+
+
+ 1.6.15
+ 1.6.15
+
+
+ stable
+ stable
+
+ Apache License
+
+** Bug
+ * [PHP-1489] - Can't run the test suite against MongoDB 3.1.2 or later
+ * [PHP-1528] - Extension should link OpenSSL during compilation
+
+
+
2016-04-26
diff --git a/php_mongo.h b/php_mongo.h
index 5c65f2e11..a49f94b2d 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.16-dev"
+#define PHP_MONGO_VERSION "1.6.16"
#define PHP_MONGO_EXTNAME "mongo"
#ifdef HAVE_CONFIG_H