From 3b0a042b327b3141feb8693459b9a7780e563b75 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 15 Apr 2026 07:08:55 +0200 Subject: [PATCH] Fix version --- php_decimal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php_decimal.h b/php_decimal.h index 7b9212e..1646a87 100644 --- a/php_decimal.h +++ b/php_decimal.h @@ -40,7 +40,7 @@ #include "src/globals.h" #define PHP_DECIMAL_EXTNAME "decimal" -#define PHP_DECIMAL_VERSION "2.0.1" +#define PHP_DECIMAL_VERSION "2.0.2" /** * Module and class entry