mirror of
https://github.com/php/pecl-database-interbase.git
synced 2026-03-23 22:52:06 +01:00
set version to 1.0.0-dev (instead of PHP_VERSION)
This commit is contained in:
@@ -25,7 +25,7 @@ extern zend_module_entry ibase_module_entry;
|
||||
#define phpext_interbase_ptr &ibase_module_entry
|
||||
|
||||
#include "php_version.h"
|
||||
#define PHP_INTERBASE_VERSION PHP_VERSION
|
||||
#define PHP_INTERBASE_VERSION "1.0.0-dev"
|
||||
|
||||
PHP_MINIT_FUNCTION(ibase);
|
||||
PHP_RINIT_FUNCTION(ibase);
|
||||
|
||||
Reference in New Issue
Block a user