Skip to content

Commit

Permalink
Updated version to 3.0.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Köditz authored Dec 31, 2022
1 parent 0c4bb8a commit ba8e63b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions php_interbase.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
| Andrew Avdeev <[email protected]> |
| Ard Biesheuvel <[email protected]> |
| Martin Koeditz <[email protected]> |
| Jonatan Klemets <[email protected]> |
| others |
+----------------------------------------------------------------------+
| You'll find history on Github |
Expand All @@ -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);
Expand Down Expand Up @@ -104,4 +105,4 @@ PHP_FUNCTION(ibase_free_event_handler);

#define phpext_interbase_ptr NULL

#endif /* PHP_INTERBASE_H */
#endif /* PHP_INTERBASE_H */

0 comments on commit ba8e63b

Please sign in to comment.