diff --git a/CHANGELOG.md b/CHANGELOG.md index 523c9664..f7ad94e5 100644 --- a/CHANGELOG.md +++ b/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`. diff --git a/VERSION b/VERSION index c4181d00..f38fc539 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.7.3-dev +0.7.3 diff --git a/lib/Predis/Client.php b/lib/Predis/Client.php index 131d8efb..0af03493 100644 --- a/lib/Predis/Client.php +++ b/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; diff --git a/package.ini b/package.ini index 41cbdc33..65721a5f 100644 --- a/package.ini +++ b/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\" "