Skip to content
This repository was archived by the owner on Apr 20, 2022. It is now read-only.

Commit 325acac

Browse files
committed
Next version should be 1.2.0
We've extended the API a bit Change-Id: I96a00f1106bbac8948dfd318984f1b1a09485fb2 Reviewed-on: http://review.couchbase.org/29204 Reviewed-by: Trond Norbye <trond.norbye@gmail.com> Tested-by: Trond Norbye <trond.norbye@gmail.com>
1 parent 87f5414 commit 325acac

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
</lead>
3535
<date>2013-09-26</date>
3636
<version>
37-
<release>1.1.6</release>
38-
<api>1.1.6</api>
37+
<release>1.2.0</release>
38+
<api>1.2.0</api>
3939
</version>
4040
<stability>
4141
<release>stable</release>

php_couchbase.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
#ifndef PHP_COUCHBASE_H
1919
#define PHP_COUCHBASE_H
2020

21-
#define PHP_COUCHBASE_VERSION_STRING "1.1.5"
21+
#define PHP_COUCHBASE_VERSION_STRING "1.2.0"
2222

2323
extern zend_module_entry couchbase_module_entry;
2424
#define phpext_couchbase_ptr &couchbase_module_entry

0 commit comments

Comments
 (0)