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

Commit

Permalink
Release 1.1.0.
Browse files Browse the repository at this point in the history
See official release notes here:
http://www.couchbase.com/docs/couchbase-sdk-php-1.1/couchbase-sdk-php-rn.html

Change-Id: I604d901a9b53d621a7a521145aef17de8ef7f0df
Reviewed-on: http://review.couchbase.org/23212
Reviewed-by: Mordechai Nunberg <mnunberg@haskalah.org>
Reviewed-by: Trond Norbye <trond.norbye@gmail.com>
Tested-by: Matt Ingenthron <matt@couchbase.com>
  • Loading branch information
ingenthr committed Dec 11, 2012
1 parent b91a9b3 commit 59be2f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package/release-tool.php
Expand Up @@ -2,7 +2,7 @@
<?php

$VERSIONS = array(
"1.1.0-dp5" => "php-ext-couchbase",
"1.1.0" => "php-ext-couchbase",
"1.0.5" => "php-ext-couchbase-1.0");
$OSes = array("centos55", "centos62", "ubuntu1004", "ubuntu1110");
$BITs = array("32" => "i686","64" => "x86_64");
Expand Down
2 changes: 1 addition & 1 deletion php_couchbase.h
Expand Up @@ -49,7 +49,7 @@ extern zend_class_entry *couchbase_ce;
#define COUCHBASE_ARG_PREFIX static
#endif

#define PHP_COUCHBASE_VERSION "1.1.0-dp5"
#define PHP_COUCHBASE_VERSION "1.1.0"
#define PHP_COUCHBASE_RESOURCE "Couchbase"
#define PHP_COUCHBASE_PERSISTENT_RESOURCE "Persistent Couchbase"
#define COUCHBASE_PROPERTY_HANDLE "_handle"
Expand Down

0 comments on commit 59be2f7

Please sign in to comment.