Преглед изворни кода

Bump version in files for release.

Daniele Alessandri пре 13 година
родитељ
комит
74cc0e3225
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.2 (2012-xx-xx)
+v0.7.2 (2012-04-01)
 ===============================================================================
 
 - Added `2.6` in the server profiles aliases list for the upcoming Redis 2.6.

+ 1 - 1
VERSION

@@ -1 +1 @@
-0.7.2-dev
+0.7.2

+ 1 - 1
lib/Predis/Client.php

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