@@ -1,4 +1,4 @@
-v0.7.1 (201x-xx-xx)
+v0.7.1 (2011-12-27)
===============================================================================
- The PEAR channel on PearHub has been deprecated in favour of `pear.nrk.io`.
@@ -1 +1 @@
-0.7.1-dev
+0.7.1
@@ -29,7 +29,7 @@ use Predis\Transaction\MultiExecContext;
*/
class Client
{
- const VERSION = '0.7.1-dev';
+ const VERSION = '0.7.1';
private $options;
private $profile;
@@ -12,7 +12,7 @@ desc = "Flexible and feature-complete PHP client library for Redis"
homepage = "http://github.com/nrk/predis"
license = "MIT"
version = "0.7.1"
-stability = "beta"
+stability = "stable"
channel = "pear.nrk.io"
author = "Daniele Alessandri \"nrk\" <suppakilla@gmail.com>"