From 6600fd55b916bb483f4408ca7337a12d275e5262 Mon Sep 17 00:00:00 2001 From: Robert Edmonds Date: Sat, 25 Nov 2023 18:05:10 -0500 Subject: [PATCH] Bump version to 1.5.0 --- build-cmake/CMakeLists.txt | 2 +- configure.ac | 2 +- protobuf-c/protobuf-c.h | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/build-cmake/CMakeLists.txt b/build-cmake/CMakeLists.txt index 1e7695c..f46fba7 100644 --- a/build-cmake/CMakeLists.txt +++ b/build-cmake/CMakeLists.txt @@ -1,6 +1,6 @@ SET(PACKAGE protobuf-c) SET(PACKAGE_NAME protobuf-c) -SET(PACKAGE_VERSION 1.4.1) +SET(PACKAGE_VERSION 1.5.0) SET(PACKAGE_URL https://github.com/protobuf-c/protobuf-c) SET(PACKAGE_DESCRIPTION "Protocol Buffers implementation in C") diff --git a/configure.ac b/configure.ac index 065a0a5..757dcac 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ AC_PREREQ([2.63]) AC_INIT([protobuf-c], - [1.4.1], + [1.5.0], [https://github.com/protobuf-c/protobuf-c/issues], [protobuf-c], [https://github.com/protobuf-c/protobuf-c]) diff --git a/protobuf-c/protobuf-c.h b/protobuf-c/protobuf-c.h index 9937dc5..a062511 100755 --- a/protobuf-c/protobuf-c.h +++ b/protobuf-c/protobuf-c.h @@ -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.1" +#define PROTOBUF_C_VERSION "1.5.0" /** * 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 1004001 +#define PROTOBUF_C_VERSION_NUMBER 1005000 /** * The minimum protoc-c version which works with the current version of the