Update to protobuf-c 1.3.3

This commit is contained in:
Todd C. Miller
2020-09-02 09:06:29 -06:00
parent e3b85171f8
commit 965ad74482
3 changed files with 13 additions and 19 deletions

View File

@@ -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