From e243082fe9623ed36597b18a991a1d1a903d345c Mon Sep 17 00:00:00 2001 From: Bo Yang Date: Wed, 16 Aug 2017 13:03:44 -0700 Subject: [PATCH] Update php version number to 3.4.0 --- php/ext/google/protobuf/protobuf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php/ext/google/protobuf/protobuf.h b/php/ext/google/protobuf/protobuf.h index a770cf9f6..b2838e569 100644 --- a/php/ext/google/protobuf/protobuf.h +++ b/php/ext/google/protobuf/protobuf.h @@ -37,7 +37,7 @@ #include "upb.h" #define PHP_PROTOBUF_EXTNAME "protobuf" -#define PHP_PROTOBUF_VERSION "3.3.4" +#define PHP_PROTOBUF_VERSION "3.4.0" #define MAX_LENGTH_OF_INT64 20 #define SIZEOF_INT64 8