Skip to content

Commit 5cb6375

Browse files
committed
Release 1.1.1
1 parent 6ed98be commit 5cb6375

File tree

2 files changed

+20
-5
lines changed

2 files changed

+20
-5
lines changed

package.xml

Lines changed: 19 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,18 +16,18 @@
1616
<email>bukka@php.net</email>
1717
<active>yes</active>
1818
</lead>
19-
<date>2016-03-30</date>
19+
<date>2016-06-26</date>
2020
<version>
21-
<release>1.1.0</release>
22-
<api>1.1.0</api>
21+
<release>1.1.1</release>
22+
<api>1.1.1</api>
2323
</version>
2424
<stability>
2525
<release>stable</release>
2626
<api>stable</api>
2727
</stability>
2828
<license uri="http://www.php.net/license">PHP 3.01</license>
2929
<notes><![CDATA[
30-
* No changes since 1.1.0RC2
30+
* Fixed segfault after calling fann_destroy
3131
]]></notes>
3232
<contents>
3333
<dir name="/">
@@ -208,6 +208,21 @@
208208
<providesextension>fann</providesextension>
209209
<extsrcrelease/>
210210
<changelog>
211+
<release>
212+
<date>2016-03-30</date>
213+
<version>
214+
<release>1.1.0</release>
215+
<api>1.1.0</api>
216+
</version>
217+
<stability>
218+
<release>stable</release>
219+
<api>stable</api>
220+
</stability>
221+
<license uri="http://www.php.net/license">PHP 3.01</license>
222+
<notes><![CDATA[
223+
* No changes since 1.1.0RC2
224+
]]></notes>
225+
</release>
211226
<release>
212227
<date>2016-03-13</date>
213228
<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.0"
42+
#define PHP_FANN_VERSION "1.1.1"
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)