Skip to content

Commit 53afb65

Browse files
committed
Release 1.1.0RC2
1 parent 4e61051 commit 53afb65

File tree

2 files changed

+21
-6
lines changed

2 files changed

+21
-6
lines changed

package.xml

Lines changed: 20 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,19 +16,18 @@
1616
<email>bukka@php.net</email>
1717
<active>yes</active>
1818
</lead>
19-
<date>2016-03-06</date>
19+
<date>2016-03-13</date>
2020
<version>
21-
<release>1.1.0RC1</release>
22-
<api>1.1.0RC1</api>
21+
<release>1.1.0RC2</release>
22+
<api>1.1.0RC2</api>
2323
</version>
2424
<stability>
2525
<release>beta</release>
2626
<api>beta</api>
2727
</stability>
2828
<license uri="http://www.php.net/license">PHP 3.01</license>
2929
<notes><![CDATA[
30-
* Added support for PHP 7
31-
* Fixed issue #15: Incorrect path permission check
30+
* Fixed C89 compatibility in placing TSRMLS_FETCH
3231
]]></notes>
3332
<contents>
3433
<dir name="/">
@@ -209,6 +208,22 @@
209208
<providesextension>fann</providesextension>
210209
<extsrcrelease/>
211210
<changelog>
211+
<release>
212+
<date>2016-03-06</date>
213+
<version>
214+
<release>1.1.0RC1</release>
215+
<api>1.1.0RC1</api>
216+
</version>
217+
<stability>
218+
<release>beta</release>
219+
<api>beta</api>
220+
</stability>
221+
<license uri="http://www.php.net/license">PHP 3.01</license>
222+
<notes><![CDATA[
223+
* Added support for PHP 7
224+
* Fixed issue #15: Incorrect path permission check
225+
]]></notes>
226+
</release>
212227
<release>
213228
<date>2014-01-01</date>
214229
<version>

php_fann.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ extern zend_module_entry fann_module_entry;
3939
#include "phpc/phpc.h"
4040

4141
/* fann version */
42-
#define PHP_FANN_VERSION "1.1.0RC1"
42+
#define PHP_FANN_VERSION "1.1.0RC2"
4343
#ifdef HAVE_FANN_2_2
4444
#define PHP_FANN_LIBFANN_VERSION_ID 0x020200
4545
#define PHP_FANN_LIBFANN_VERSION "2.2"

0 commit comments

Comments
 (0)