Skip to content

Commit 91f68a4

Browse files
committed
Merge branch 'release/8.0.25' into trunk
2 parents 162ba7f + d348230 commit 91f68a4

File tree

3 files changed

+21
-5
lines changed

3 files changed

+21
-5
lines changed

package.xml

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ The X DevAPI introduces a new, modern and easy-to-learn way to work with your da
5252
<date>2020-04-15</date>
5353
<time>20:00:00</time>
5454
<version>
55-
<release>8.0.24</release>
55+
<release>8.0.25</release>
5656
<api>1.0.0</api>
5757
</version>
5858
<stability>
@@ -766,6 +766,22 @@ The X DevAPI introduces a new, modern and easy-to-learn way to work with your da
766766
<configureoption default="autodetect" name="with-protobuf" prompt="Point out protobuf library install dir" />
767767
</extsrcrelease>
768768
<changelog>
769+
<release>
770+
<date>2020-04-26</date>
771+
<time>20:00:00</time>
772+
<version>
773+
<release>8.0.25</release>
774+
<api>1.0.0</api>
775+
</version>
776+
<stability>
777+
<release>stable</release>
778+
<api>stable</api>
779+
</stability>
780+
<license uri="http://www.php.net/license">PHP</license>
781+
<notes>
782+
Emergency build with no changes.
783+
</notes>
784+
</release>
769785
<release>
770786
<date>2020-04-15</date>
771787
<time>20:00:00</time>

php_mysql_xdevapi.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
#ifndef PHP_MYSQL_XDEVAPI_H
1919
#define PHP_MYSQL_XDEVAPI_H
2020

21-
#define PHP_MYSQL_XDEVAPI_VERSION "8.0.24"
22-
#define MYSQL_XDEVAPI_VERSION_ID 80024
21+
#define PHP_MYSQL_XDEVAPI_VERSION "8.0.25"
22+
#define MYSQL_XDEVAPI_VERSION_ID 80025
2323
#define PHP_MYSQL_XDEVAPI_LICENSE "PHP License, version 3.01"
2424
#define PHP_MYSQL_XDEVAPI_NAME "mysql-connector-php"
2525

xmysqlnd/xmysqlnd.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
#ifndef XMYSQLND_H
1919
#define XMYSQLND_H
2020

21-
#define PHP_XMYSQLND_VERSION "mysql_xdevapi 8.0.24"
22-
#define XMYSQLND_VERSION_ID 80024
21+
#define PHP_XMYSQLND_VERSION "mysql_xdevapi 8.0.25"
22+
#define XMYSQLND_VERSION_ID 80025
2323

2424
#if PHP_DEBUG
2525
#define MYSQLND_DBG_ENABLED 1

0 commit comments

Comments
 (0)