Update to protobuf-c 1.3.3
This commit is contained in:
@@ -790,13 +790,13 @@ protobuf_c_version_number(void);
|
||||
* The version of the protobuf-c headers, represented as a string using the same
|
||||
* format as protobuf_c_version().
|
||||
*/
|
||||
#define PROTOBUF_C_VERSION "1.3.2"
|
||||
#define PROTOBUF_C_VERSION "1.3.3"
|
||||
|
||||
/**
|
||||
* The version of the protobuf-c headers, represented as an integer using the
|
||||
* same format as protobuf_c_version_number().
|
||||
*/
|
||||
#define PROTOBUF_C_VERSION_NUMBER 1003002
|
||||
#define PROTOBUF_C_VERSION_NUMBER 1003003
|
||||
|
||||
/**
|
||||
* The minimum protoc-c version which works with the current version of the
|
||||
|
Reference in New Issue
Block a user