Skip to content

Commit 65832ec

Browse files
committed
Release 1.1.0RC1
1 parent 8faf276 commit 65832ec

File tree

2 files changed

+26
-7
lines changed

2 files changed

+26
-7
lines changed

package.xml

Lines changed: 25 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,18 +16,19 @@
1616
<email>bukka@php.net</email>
1717
<active>yes</active>
1818
</lead>
19-
<date>2014-01-01</date>
19+
<date>2016-03-06</date>
2020
<version>
21-
<release>1.0.7</release>
22-
<api>1.0.7</api>
21+
<release>1.1.0RC1</release>
22+
<api>1.1.0RC1</api>
2323
</version>
2424
<stability>
25-
<release>stable</release>
26-
<api>stable</api>
25+
<release>beta</release>
26+
<api>beta</api>
2727
</stability>
2828
<license uri="http://www.php.net/license">PHP 3.01</license>
2929
<notes><![CDATA[
30-
* Fixed build with -Werror=format-security
30+
* Added support for PHP 7
31+
* Fixed issue #15: Incorrect path permission check
3132
]]></notes>
3233
<contents>
3334
<dir name="/">
@@ -45,6 +46,9 @@
4546
<file role="doc" name="simple_train.php"/>
4647
<file role="doc" name="xor.data"/>
4748
</dir>
49+
<dir name="phpc">
50+
<file role="src" name="phpc.h"/>
51+
</dir>
4852
<dir name="tests">
4953
<file role="test" name="001.phpt"/>
5054
<file role="test" name="002.phpt"/>
@@ -205,6 +209,21 @@
205209
<providesextension>fann</providesextension>
206210
<extsrcrelease/>
207211
<changelog>
212+
<release>
213+
<date>2014-01-01</date>
214+
<version>
215+
<release>1.0.7</release>
216+
<api>1.0.7</api>
217+
</version>
218+
<stability>
219+
<release>stable</release>
220+
<api>stable</api>
221+
</stability>
222+
<license uri="http://www.php.net/license">PHP 3.01</license>
223+
<notes><![CDATA[
224+
* Fixed build with -Werror=format-security
225+
]]></notes>
226+
</release>
208227
<release>
209228
<date>2013-12-31</date>
210229
<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 "2.0.0-dev"
42+
#define PHP_FANN_VERSION "1.1.0RC1"
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)