소스 검색

Backported changes from the mainline library to the PHP 5.2 branch (up to commit f97312d)

Daniele Alessandri 14 년 전
부모
커밋
3bf1230754
3개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 1
      CHANGELOG
  2. 1 1
      VERSION
  3. 1 1
      lib/Predis.php

+ 1 - 1
CHANGELOG

@@ -1,4 +1,4 @@
-v0.6.6 (2011-xx-xx)
+v0.6.6 (2011-04-01)
   * Switched to Redis 2.2 as the default server profile (there are no changes 
     that would break compatibility with previous releases). Long command names 
     are no more supported by default but if you need them you can still require 

+ 1 - 1
VERSION

@@ -1 +1 @@
-0.6.6-dev
+0.6.6

+ 1 - 1
lib/Predis.php

@@ -33,7 +33,7 @@ class Predis_MalformedServerResponse extends Predis_CommunicationException { }
 /* ------------------------------------------------------------------------- */
 
 class Predis_Client {
-    const VERSION = '0.6.6-dev';
+    const VERSION = '0.6.6';
     private $_options, $_connection, $_serverProfile, $_responseReader;
 
     public function __construct($parameters = null, $clientOptions = null) {