ソースを参照

Bump version in files for release.

Daniele Alessandri 12 年 前
コミット
4bc6f588fc
4 ファイル変更4 行追加4 行削除
  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.3 (2012-xx-xx)
+v0.7.3 (2012-06-01)
 ===============================================================================
 
 - New commands available in the Redis v2.6 profile (dev): `BITOP`, `BITCOUNT`.

+ 1 - 1
VERSION

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

+ 1 - 1
lib/Predis/Client.php

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