diff --git a/README.md b/README.md index aa0f8d0..7f42b28 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![Build Status](https://travis-ci.org/php-ds/extension.svg?branch=master)](https://travis-ci.org/php-ds/extension) [![Build status](https://ci.appveyor.com/api/projects/status/dbcssp6flml2gher?svg=true)](https://ci.appveyor.com/project/rtheunissen/extension) -[![PECL](https://img.shields.io/badge/PECL-1.1.3-blue.svg)](https://pecl.php.net/package/ds) +[![PECL](https://img.shields.io/badge/PECL-1.1.4-blue.svg)](https://pecl.php.net/package/ds) An extension providing specialized data structures as efficient alternatives to the PHP array. diff --git a/package.xml b/package.xml index ec6c9a9..ca26b8f 100644 --- a/package.xml +++ b/package.xml @@ -16,11 +16,11 @@ krakjoe@php.net yes - 2016-08-08 - + 2016-08-09 + - 1.1.3 - 1.1.3 + 1.1.4 + 1.1.4 stable diff --git a/php_ds.h b/php_ds.h index e2bc65c..0276d15 100644 --- a/php_ds.h +++ b/php_ds.h @@ -20,7 +20,7 @@ extern zend_module_entry ds_module_entry; #define phpext_ds_ptr &ds_module_entry /* Replace with version number for your extension */ -#define PHP_DS_VERSION "1.1.3" +#define PHP_DS_VERSION "1.1.4" #ifdef PHP_WIN32 # define PHP_API __declspec(dllexport)