Explorar el Código

Update CHANGELOG and bump VERSION.

Daniele Alessandri hace 10 años
padre
commit
4123fcd85d
Se han modificado 4 ficheros con 4 adiciones y 4 borrados
  1. 1 1
      CHANGELOG.md
  2. 1 1
      VERSION
  3. 1 1
      lib/Predis/Client.php
  4. 1 1
      package.ini

+ 1 - 1
CHANGELOG.md

@@ -1,4 +1,4 @@
-v0.8.7 (2014-08-xx)
+v0.8.7 (2014-08-01)
 ================================================================================
 
 - Added `3.0` in the server profiles aliases list for Redis 3.0. `2.8` is still

+ 1 - 1
VERSION

@@ -1 +1 @@
-0.8.7-dev
+0.8.7

+ 1 - 1
lib/Predis/Client.php

@@ -30,7 +30,7 @@ use Predis\Transaction\MultiExecContext;
  */
 class Client implements ClientInterface
 {
-    const VERSION = '0.8.7-dev';
+    const VERSION = '0.8.7';
 
     private $options;
     private $profile;

+ 1 - 1
package.ini

@@ -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.7"
-stability   = "devel"
+stability   = "stable"
 channel     = "pear.nrk.io"
 
 author      = "Daniele Alessandri \"nrk\" <suppakilla@gmail.com>"