@@ -1,4 +1,4 @@
-v0.8.4 (2013-xx-xx)
+v0.8.4 (2013-07-27)
===============================================================================
- Added `DUMP` and `RESTORE` to the server profile for Redis 2.6.
@@ -1 +1 @@
-0.8.4-dev
+0.8.4
@@ -31,7 +31,7 @@ use Predis\Transaction\MultiExecContext;
*/
class Client implements ClientInterface
{
- const VERSION = '0.8.4-dev';
+ const VERSION = '0.8.4';
private $options;
private $profile;
@@ -11,7 +11,7 @@ desc = "Flexible and feature-complete PHP client library for Redis"
homepage = "http://github.com/nrk/predis"
license = "MIT"
version = "0.8.4"
-stability = "devel"
+stability = "stable"
channel = "pear.nrk.io"
author = "Daniele Alessandri \"nrk\" <suppakilla@gmail.com>"