summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2015-05-07 07:48:03 +0200
committerRemi Collet <fedora@famillecollet.com>2015-05-07 07:48:03 +0200
commita9de69e492b1ba0fc50dc2de7c768e4e7cb02a94 (patch)
tree0bcea81e9bcc7c9aff85b2f95eab3c04e25d4e63
parenta83cfbd111baeef6dca24ff5cec7ac6aa2449eef (diff)
php-pecl-mongodb: 0.6.3 (alpha)
-rw-r--r--REFLECTION4
-rw-r--r--php-pecl-mongodb.spec5
2 files changed, 6 insertions, 3 deletions
diff --git a/REFLECTION b/REFLECTION
index 455b03f..20f1a19 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #122 mongodb version 0.6.2 ] {
+Extension [ <persistent> extension #122 mongodb version 0.6.3 ] {
- INI {
Entry [ mongodb.debug <ALL> ]
@@ -7,7 +7,7 @@ Extension [ <persistent> extension #122 mongodb version 0.6.2 ] {
}
- Constants [2] {
- Constant [ string MONGODB_VERSION ] { 0.6.2 }
+ Constant [ string MONGODB_VERSION ] { 0.6.3 }
Constant [ string MONGODB_STABILITY ] { alpha }
}
diff --git a/php-pecl-mongodb.spec b/php-pecl-mongodb.spec
index e5e6f9e..7af8914 100644
--- a/php-pecl-mongodb.spec
+++ b/php-pecl-mongodb.spec
@@ -21,7 +21,7 @@
Summary: MongoDB driver for PHP
Name: %{?scl_prefix}php-pecl-%{pecl_name}
-Version: 0.6.2
+Version: 0.6.3
Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}
License: BSD
Group: Development/Languages
@@ -215,6 +215,9 @@ rm -rf %{buildroot}
%changelog
+* Thu May 07 2015 Remi Collet <remi@fedoraproject.org> - 0.6.3-1
+- Update to 0.6.3 (alpha)
+
* Wed May 06 2015 Remi Collet <remi@fedoraproject.org> - 0.6.2-1
- Update to 0.6.2 (alpha)