Skip to content

Commit b7009ff

Browse files
committed
bump version to 2.0.4-dev
1 parent e27ff18 commit b7009ff

File tree

2 files changed

+19
-3
lines changed

2 files changed

+19
-3
lines changed

package.xml

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Requirements: ext/hash (now a part of PHP core)
4343
</lead>
4444
<date>2018-09-30</date>
4545
<version>
46-
<release>2.0.3</release>
46+
<release>2.0.4dev</release>
4747
<api>2.0</api>
4848
</version>
4949
<stability>
@@ -52,7 +52,7 @@ Requirements: ext/hash (now a part of PHP core)
5252
</stability>
5353
<license uri="http://www.opensource.org/licenses/bsd-license.php">BSD</license>
5454
<notes>
55-
* Use _ex versions to avoid SIGABRT of during use of hash functions in 7.2+ (Derick Rethans)
55+
* fix php_pcre_match_impl call in 7.4+ (Remi)
5656
</notes>
5757
<contents>
5858
<dir name="/">
@@ -158,6 +158,22 @@ Requirements: ext/hash (now a part of PHP core)
158158
</extsrcrelease>
159159
<changelog>
160160

161+
<release>
162+
<date>2018-09-30</date>
163+
<version>
164+
<release>2.0.3</release>
165+
<api>2.0</api>
166+
</version>
167+
<stability>
168+
<release>stable</release>
169+
<api>stable</api>
170+
</stability>
171+
<license uri="http://www.opensource.org/licenses/bsd-license.php">BSD</license>
172+
<notes>
173+
* Use _ex versions to avoid SIGABRT of during use of hash functions in 7.2+ (Derick Rethans)
174+
</notes>
175+
</release>
176+
161177
<release>
162178
<date>2018-06-28</date>
163179
<version>

php_oauth.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
curl_formfree(f);
5353
#endif
5454

55-
#define PHP_OAUTH_VERSION 2.0.3-dev
55+
#define PHP_OAUTH_VERSION 2.0.4-dev
5656

5757
#define __stringify_1(x) #x
5858
#define __stringify(x) __stringify_1(x)

0 commit comments

Comments
 (0)