Ver Fonte

Bump VERSION and update CHANGELOG.

Daniele Alessandri há 13 anos atrás
pai
commit
135fd5004b
4 ficheiros alterados com 4 adições e 4 exclusões
  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.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
VERSION

@@ -1 +1 @@
-0.7.1-dev
+0.7.1

+ 1 - 1
lib/Predis/Client.php

@@ -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;

+ 1 - 1
package.ini

@@ -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>"