From 5c4b5c4c9600859482138b061795104d68925410 Mon Sep 17 00:00:00 2001 From: Steve Ayers Date: Wed, 28 Feb 2024 19:29:06 -0500 Subject: [PATCH] Update to Protobuf v26 rc3 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index eebe2b0f..9741eee4 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ TMP = .tmp BIN = .tmp/bin UNAME_OS := $(shell uname -s) LICENSE_HEADER_YEAR_RANGE := 2023-2024 -GOOGLE_PROTOBUF_VERSION = 26.0-rc2 +GOOGLE_PROTOBUF_VERSION = 26.0-rc3 ifeq ($(UNAME_OS),Darwin) PLATFORM := osx-x86_64