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

Commit

Permalink
Update version for Swoole-Ext 4.4.16
Browse files Browse the repository at this point in the history
  • Loading branch information
twose committed Mar 5, 2020
1 parent 050b11a commit ddc650b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions swoole_postgresql_coro.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
#include "ext/swoole/php_swoole_cxx.h"
#include "config.h"

#define PHP_SWOOLE_EXT_POSTGRESQL_VERSION "4.4.15"
#define PHP_SWOOLE_EXT_POSTGRESQL_VERSION_ID 40415
#define PHP_SWOOLE_EXT_POSTGRESQL_VERSION "4.4.16"
#define PHP_SWOOLE_EXT_POSTGRESQL_VERSION_ID 40416

#if PHP_SWOOLE_EXT_POSTGRESQL_VERSION_ID != SWOOLE_VERSION_ID
#error "Ext version does not match the Swoole version"
Expand Down

0 comments on commit ddc650b

Please sign in to comment.