From 0e7b9974686fd0f4dbaa188914378c799fca01b4 Mon Sep 17 00:00:00 2001 From: Bryan Davis Date: Mon, 7 Oct 2024 07:52:47 -0600 Subject: [PATCH] Bump version to 2.2.4 --- php_yaml.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php_yaml.h b/php_yaml.h index 04cbcfc..c286ff5 100644 --- a/php_yaml.h +++ b/php_yaml.h @@ -70,7 +70,7 @@ extern "C" { extern "C" { #endif -#define PHP_YAML_VERSION "2.2.3" +#define PHP_YAML_VERSION "2.2.4" extern zend_module_entry yaml_module_entry; #define phpext_yaml_ptr &yaml_module_entry