Procházet zdrojové kódy

Back to development for the next patch release.

Daniele Alessandri před 12 roky
rodič
revize
faf90494e6
3 změnil soubory, kde provedl 4 přidání a 4 odebrání
  1. 1 1
      VERSION
  2. 1 1
      lib/Predis/Client.php
  3. 2 2
      package.ini

+ 1 - 1
VERSION

@@ -1 +1 @@
-0.7.3
+0.7.4-dev

+ 1 - 1
lib/Predis/Client.php

@@ -29,7 +29,7 @@ use Predis\Transaction\MultiExecContext;
  */
 class Client
 {
-    const VERSION = '0.7.3';
+    const VERSION = '0.7.4-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.7.3"
-stability   = "stable"
+version     = "0.7.4"
+stability   = "beta"
 channel     = "pear.nrk.io"
 
 author      = "Daniele Alessandri \"nrk\" <suppakilla@gmail.com>"