diff --git a/php/ext/google/protobuf/protobuf.h b/php/ext/google/protobuf/protobuf.h index d52d31a705e3f..2935cf202e46d 100644 --- a/php/ext/google/protobuf/protobuf.h +++ b/php/ext/google/protobuf/protobuf.h @@ -32,7 +32,7 @@ ZEND_BEGIN_ARG_INFO_EX(arginfo_setter, 0, 0, 1) ZEND_ARG_INFO(0, value) ZEND_END_ARG_INFO() -#define PHP_PROTOBUF_VERSION "4.31.0" +#define PHP_PROTOBUF_VERSION "4.31.0-patch.3" // ptr -> PHP object cache. This is a weak map that caches lazily-created // wrapper objects around upb types: