Skip to content

Commit 7169030

Browse files
committed
Back to dev
1 parent 84c01c7 commit 7169030

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

php_rdkafka.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ PHP_METHOD(RdKafka, __construct);
4949
extern zend_module_entry rdkafka_module_entry;
5050
#define phpext_rdkafka_ptr &rdkafka_module_entry
5151

52-
#define PHP_RDKAFKA_VERSION "3.1.0"
52+
#define PHP_RDKAFKA_VERSION "3.1.0-dev"
5353

5454
extern zend_object_handlers kafka_default_object_handlers;
5555
extern zend_class_entry * ce_kafka_exception;

0 commit comments

Comments
 (0)