Skip to content

Commit d856aa9

Browse files
committed
First beta release of 3.0.0
Change-Id: I4a90ceffcd8d4236402791a467c436cb87b895f0 Reviewed-on: http://review.couchbase.org/116852 Tested-by: Build Bot <[email protected]> Reviewed-by: Sergey Avseyev <[email protected]>
1 parent 8598915 commit d856aa9

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,19 +18,19 @@
1818
<active>yes</active>
1919
</lead>
2020

21-
<date>2019-07-18</date>
21+
<date>2019-10-23</date>
2222
<version>
23-
<release>3.0.0alpha4</release>
23+
<release>3.0.0beta1</release>
2424
<api>3.0.0</api>
2525
</version>
2626
<stability>
27-
<release>alpha</release>
28-
<api>alpha</api>
27+
<release>beta</release>
28+
<api>beta</api>
2929
</stability>
3030
<license uri="http://www.apache.org/licenses/LICENSE-2.0">Apache V2
3131
</license>
3232
<notes>
33-
* fourth alpha release
33+
* First beta release
3434
</notes>
3535
<contents>
3636
<dir name="/">

php_couchbase.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
#ifndef PHP_COUCHBASE_H_
1818
#define PHP_COUCHBASE_H_
1919

20-
#define PHP_COUCHBASE_VERSION "3.0.0alpha4"
20+
#define PHP_COUCHBASE_VERSION "3.0.0beta1"
2121
#define PHP_COUCHBASE_EXTNAME "couchbase"
2222

2323
extern zend_module_entry couchbase_module_entry;

0 commit comments

Comments
 (0)