Skip to content
This repository was archived by the owner on Sep 28, 2022. It is now read-only.

Commit 4a84748

Browse files
committed
Update version for Swoole-Ext 4.4.14
1 parent bdac440 commit 4a84748

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

swoole_postgresql_coro.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
#include "ext/swoole/php_swoole_cxx.h"
2121
#include "config.h"
2222

23-
#define PHP_SWOOLE_EXT_POSTGRESQL_VERSION "4.4.13"
24-
#define PHP_SWOOLE_EXT_POSTGRESQL_VERSION_ID 40413
23+
#define PHP_SWOOLE_EXT_POSTGRESQL_VERSION "4.4.14"
24+
#define PHP_SWOOLE_EXT_POSTGRESQL_VERSION_ID 40414
2525

2626
#if PHP_SWOOLE_EXT_POSTGRESQL_VERSION_ID != SWOOLE_VERSION_ID
2727
#error "Ext version does not match the Swoole version"

0 commit comments

Comments
 (0)