Skip to content

Commit

Permalink
back to dev [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
m6w6 committed Sep 18, 2020
1 parent ae25119 commit ea13067
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 3 deletions.
22 changes: 20 additions & 2 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Requirements: ext/hash (now a part of PHP core)
</lead>
<date>2020-09-18</date>
<version>
<release>2.0.7</release>
<release>2.0.8dev</release>
<api>2.0</api>
</version>
<stability>
Expand All @@ -59,7 +59,7 @@ Requirements: ext/hash (now a part of PHP core)
<license uri="http://www.opensource.org/licenses/bsd-license.php">BSD</license>
<notes>
<![CDATA[
* PHP 8 compatibility
* WIP
]]>
</notes>
<contents>
Expand Down Expand Up @@ -187,6 +187,24 @@ Requirements: ext/hash (now a part of PHP core)
</extsrcrelease>
<changelog>

<release>
<date>2020-09-18</date>
<version>
<release>2.0.7</release>
<api>2.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="http://www.opensource.org/licenses/bsd-license.php">BSD</license>
<notes>
<![CDATA[
* PHP 8 compatibility
]]>
</notes>
</release>

<release>
<date>2020-09-09</date>
<version>
Expand Down
2 changes: 1 addition & 1 deletion php_oauth.h
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
curl_formfree(f);
#endif

#define PHP_OAUTH_VERSION 2.0.7
#define PHP_OAUTH_VERSION 2.0.8dev

#define __stringify_1(x) #x
#define __stringify(x) __stringify_1(x)
Expand Down

0 comments on commit ea13067

Please sign in to comment.