Bump VERSION and update CHANGELOG.

This commit is contained in:
Daniele Alessandri
2011-12-27 16:19:23 +01:00
parent c25a815317
commit 135fd5004b
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -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
View File
@@ -1 +1 @@
0.7.1-dev
0.7.1
+1 -1
View File
@@ -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
View File
@@ -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>"