From 3b7b488aabf69069c4e7e0ce6a0522ae422e8575 Mon Sep 17 00:00:00 2001 From: NoiseByNorthwest Date: Sun, 3 Jun 2018 22:13:11 +0200 Subject: [PATCH] v0.3.0 --- src/php_spx.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/php_spx.h b/src/php_spx.h index f3d7677..c818a43 100644 --- a/src/php_spx.h +++ b/src/php_spx.h @@ -22,6 +22,6 @@ #endif #define PHP_SPX_EXTNAME "SPX" -#define PHP_SPX_VERSION "0.2.4" +#define PHP_SPX_VERSION "0.3.0" extern zend_module_entry spx_module_entry;