summaryrefslogtreecommitdiff
path: root/include/protobuf-c/protobuf-c.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/protobuf-c/protobuf-c.h')
-rw-r--r--include/protobuf-c/protobuf-c.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/protobuf-c/protobuf-c.h b/include/protobuf-c/protobuf-c.h
index 71c928fdb..442abf61d 100644
--- a/include/protobuf-c/protobuf-c.h
+++ b/include/protobuf-c/protobuf-c.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2008-2018, Dave Benson and the protobuf-c authors.
+ * Copyright (c) 2008-2022, Dave Benson and the protobuf-c authors.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -794,13 +794,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.4.0"
+#define PROTOBUF_C_VERSION "1.4.1"
/**
* 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 1004000
+#define PROTOBUF_C_VERSION_NUMBER 1004001
/**
* The minimum protoc-c version which works with the current version of the