瀏覽代碼

Let's set this in stone: next major version is going to be v1.0.0.

[ci skip]
Daniele Alessandri 11 年之前
父節點
當前提交
451d28ee66
共有 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.9.0 (201x-xx-xx)
+v1.0.0 (201x-xx-xx)
 ================================================================================
 
 - The default server profile for Redis is now `2.8`.

+ 1 - 1
VERSION

@@ -1 +1 @@
-0.9.0-dev
+1.0.0-dev

+ 1 - 1
lib/Predis/Client.php

@@ -40,7 +40,7 @@ use Predis\Transaction\MultiExec as TransactionMultiExec;
  */
 class Client implements ClientInterface
 {
-    const VERSION = '0.9.0-dev';
+    const VERSION = '1.0.0-dev';
 
     protected $connection;
     protected $options;

+ 1 - 1
package.ini

@@ -10,7 +10,7 @@ name        = "Predis"
 desc        = "Flexible and feature-complete PHP client library for Redis"
 homepage    = "http://github.com/nrk/predis"
 license     = "MIT"
-version     = "0.9.0"
+version     = "1.0.0"
 stability   = "devel"
 channel     = "pear.nrk.io"