Skip to content

Commit ba8e63b

Browse files
author
Martin Köditz
authored
Updated version to 3.0.1.
1 parent 0c4bb8a commit ba8e63b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

php_interbase.h

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
| Andrew Avdeev <[email protected]> |
1717
| Ard Biesheuvel <[email protected]> |
1818
| Martin Koeditz <[email protected]> |
19+
| Jonatan Klemets <[email protected]> |
1920
| others |
2021
+----------------------------------------------------------------------+
2122
| You'll find history on Github |
@@ -31,7 +32,7 @@ extern zend_module_entry ibase_module_entry;
3132

3233
#include "php_version.h"
3334
// Keep version in track with Firebird
34-
#define PHP_INTERBASE_VERSION "3.0.0"
35+
#define PHP_INTERBASE_VERSION "3.0.1"
3536

3637
PHP_MINIT_FUNCTION(ibase);
3738
PHP_RINIT_FUNCTION(ibase);
@@ -104,4 +105,4 @@ PHP_FUNCTION(ibase_free_event_handler);
104105

105106
#define phpext_interbase_ptr NULL
106107

107-
#endif /* PHP_INTERBASE_H */
108+
#endif /* PHP_INTERBASE_H */

0 commit comments

Comments
 (0)