Skip to content

Commit

Permalink
prepare for 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
laruence committed Nov 30, 2016
1 parent ed3bc8e commit 4671280
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 4 deletions.
21 changes: 18 additions & 3 deletions package.xml
Expand Up @@ -10,8 +10,8 @@
<email>laruence@php.net</email>
<active>yes</active>
</lead>
<date>2016-?-?</date>
<time>17:13:00</time>
<date>2016-11-30</date>
<time>11:58:00</time>
<version>
<release>1.0.3</release>
<api>1.0.3</api>
Expand Down Expand Up @@ -79,6 +79,22 @@
<providesextension>yaconf</providesextension>
<extsrcrelease />
<changelog>
<release>
<date>2016-11-30</date>
<version>
<release>1.0.3</release>
<api>1.0.3</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="http://www.php.net/license">PHP License</license>
<notes>
- Fixed ISSUE #19 (Memory leak on foreach and reference)
</notes>
</release>

<release>
<date>2016-05-26</date>
<version>
Expand All @@ -94,7 +110,6 @@
- Fixed ISSUE #14 (segfault with pop entry)
</notes>
</release>

<release>
<date>2015-12-12</date>
<version>
Expand Down
2 changes: 1 addition & 1 deletion php_yaconf.h
Expand Up @@ -36,7 +36,7 @@ extern zend_module_entry yaconf_module_entry;
#define YACONF_G(v) (yaconf_globals.v)
#endif

#define PHP_YACONF_VERSION "1.0.3-dev"
#define PHP_YACONF_VERSION "1.0.3"

#ifdef YACONF_DEBUG
#undef YACONF_DEBUG
Expand Down

0 comments on commit 4671280

Please sign in to comment.