Update php uv version to 0.3.0

This commit is contained in:
Bob Weinand 2020-02-16 00:06:34 +01:00
parent 4f4cafbb74
commit 0d8adf5609

View File

@ -3,7 +3,7 @@
#define PHP_UV_H #define PHP_UV_H
#define PHP_UV_EXTNAME "uv" #define PHP_UV_EXTNAME "uv"
#define PHP_UV_VERSION "0.2.4" #define PHP_UV_VERSION "0.3.0"
#ifdef HAVE_CONFIG_H #ifdef HAVE_CONFIG_H
#include "config.h" #include "config.h"