Skip to content

Commit 0e01fe6

Browse files
committed
set version to 1.0.0-dev (instead of PHP_VERSION)
1 parent 03972c9 commit 0e01fe6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

php_interbase.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ extern zend_module_entry ibase_module_entry;
2525
#define phpext_interbase_ptr &ibase_module_entry
2626

2727
#include "php_version.h"
28-
#define PHP_INTERBASE_VERSION PHP_VERSION
28+
#define PHP_INTERBASE_VERSION "1.0.0-dev"
2929

3030
PHP_MINIT_FUNCTION(ibase);
3131
PHP_RINIT_FUNCTION(ibase);

0 commit comments

Comments
 (0)