set version to 1.0.0-dev (instead of PHP_VERSION)

This commit is contained in:
Remi Collet
2019-05-23 10:08:30 +02:00
parent 03972c9d04
commit 0e01fe6fd6

View File

@@ -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);