Skip to content

Commit 214e0b1

Browse files
Setting the proper version
1 parent 3dd61ef commit 214e0b1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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.26"
22-
#define MYSQL_XDEVAPI_VERSION_ID 80026
21+
#define PHP_MYSQL_XDEVAPI_VERSION "8.0.27"
22+
#define MYSQL_XDEVAPI_VERSION_ID 80027
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.26"
22-
#define XMYSQLND_VERSION_ID 80026
21+
#define PHP_XMYSQLND_VERSION "mysql_xdevapi 8.0.27"
22+
#define XMYSQLND_VERSION_ID 80027
2323

2424
#if PHP_DEBUG
2525
#define MYSQLND_DBG_ENABLED 1

0 commit comments

Comments
 (0)