Bladeren bron

Back to development for the next patch release.

Forgot to do that prior to merge, my bad.

[ci skip]
Daniele Alessandri 12 jaren geleden
bovenliggende
commit
9e0fe7bdc7
4 gewijzigde bestanden met toevoegingen van 10 en 4 verwijderingen
  1. 6 0
      CHANGELOG.md
  2. 1 1
      VERSION
  3. 1 1
      lib/Predis/Client.php
  4. 2 2
      package.ini

+ 6 - 0
CHANGELOG.md

@@ -1,3 +1,9 @@
+v0.8.3 (2013-xx-xx)
+===============================================================================
+
+- Added `CLIENT SETNAME` and `CLIENT GETNAME` (ISSUE #102).
+
+
 v0.8.2 (2013-02-03)
 ===============================================================================
 

+ 1 - 1
VERSION

@@ -1 +1 @@
-0.8.2
+0.8.3-dev

+ 1 - 1
lib/Predis/Client.php

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

+ 2 - 2
package.ini

@@ -10,8 +10,8 @@ name        = "Predis"
 desc        = "Flexible and feature-complete PHP client library for Redis"
 homepage    = "http://github.com/nrk/predis"
 license     = "MIT"
-version     = "0.8.2"
-stability   = "stable"
+version     = "0.8.3"
+stability   = "devel"
 channel     = "pear.nrk.io"
 
 author      = "Daniele Alessandri \"nrk\" <suppakilla@gmail.com>"