Skip to content
This repository has been archived by the owner on Dec 16, 2019. It is now read-only.

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
krakjoe committed Dec 6, 2015
1 parent c4fe122 commit 2d00e97
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
11 changes: 5 additions & 6 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,20 +10,19 @@
<email>[email protected]</email>
<active>yes</active>
</lead>
<date>2015-12-02</date>
<time>06:12:55</time>
<date>2015-12-06</date>
<time>07:12:25</time>
<version>
<release>3.1.4</release>
<api>3.1.4</api>
<release>3.1.5</release>
<api>3.1.5</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="http://www.php.net/license">PHP License</license>
<notes>
fix various faults caused by globally allocated strings (removed)
minor stability improvements
fix issue with return/param verification overload (32bit), gh issue #523
</notes>
<contents>
<dir name="/">
Expand Down
2 changes: 1 addition & 1 deletion php_pthreads.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#ifndef HAVE_PHP_PTHREADS_H
#define HAVE_PHP_PTHREADS_H
#define PHP_PTHREADS_EXTNAME "pthreads"
#define PHP_PTHREADS_VERSION "3.1.5dev"
#define PHP_PTHREADS_VERSION "3.1.5"

PHP_MINIT_FUNCTION(pthreads);
PHP_MSHUTDOWN_FUNCTION(pthreads);
Expand Down

0 comments on commit 2d00e97

Please sign in to comment.