summaryrefslogtreecommitdiffstats
path: root/simple_kafka_client-version.patch
blob: 0a863ae14e9c5b0809836c5891b8d48a902c0ef4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
From 8efeb2c1e924bb9eb25832df00f0599fd2cb004d Mon Sep 17 00:00:00 2001
From: Remi Collet <remi@famillecollet.com>
Date: Mon, 12 Apr 2021 08:15:12 +0200
Subject: [PATCH] Fix version

---
 php_simple_kafka_client_int.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/php_simple_kafka_client_int.h b/php_simple_kafka_client_int.h
index d34a19a..63b22c0 100644
--- a/php_simple_kafka_client_int.h
+++ b/php_simple_kafka_client_int.h
@@ -143,7 +143,7 @@ extern zend_object_handlers kafka_default_object_handlers;
 
 #define phpext_kafka_ptr &simple_kafka_client_module_entry
 
-#define PHP_KAFKA_VERSION "0.1.0"
+#define PHP_KAFKA_VERSION "0.1.1"
 
 
 static inline void kafka_call_function(zend_fcall_info *fci, zend_fcall_info_cache *fci_cache, zval *retval, uint32_t param_count, zval params[])