From ba8e63bfba3f99251cd3360126c7425f030c1b3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20K=C3=B6ditz?= Date: Sat, 31 Dec 2022 20:49:26 +0100 Subject: [PATCH] Updated version to 3.0.1. --- php_interbase.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/php_interbase.h b/php_interbase.h index e75e112..679fc87 100644 --- a/php_interbase.h +++ b/php_interbase.h @@ -16,6 +16,7 @@ | Andrew Avdeev | | Ard Biesheuvel | | Martin Koeditz | + | Jonatan Klemets | | others | +----------------------------------------------------------------------+ | You'll find history on Github | @@ -31,7 +32,7 @@ extern zend_module_entry ibase_module_entry; #include "php_version.h" // Keep version in track with Firebird -#define PHP_INTERBASE_VERSION "3.0.0" +#define PHP_INTERBASE_VERSION "3.0.1" PHP_MINIT_FUNCTION(ibase); PHP_RINIT_FUNCTION(ibase); @@ -104,4 +105,4 @@ PHP_FUNCTION(ibase_free_event_handler); #define phpext_interbase_ptr NULL -#endif /* PHP_INTERBASE_H */ +#endif /* PHP_INTERBASE_H */ \ No newline at end of file