From d63f74b94168280debf6d71b357ecd2c424a5f50 Mon Sep 17 00:00:00 2001 From: Zacharias Knudsen Date: Tue, 23 Aug 2022 13:17:14 +0200 Subject: [PATCH] Bump to rc5 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 72afdfa8..a59924ef 100644 --- a/Makefile +++ b/Makefile @@ -19,7 +19,7 @@ EXTVERSION = $(shell grep default_version h3.control | \ sed -e "s/default_version[[:space:]]*=[[:space:]]*'\([^']*\)'/\1/") # h3 core library version to clone and statically link -LIBH3_VERSION = v4.0.0-rc3 +LIBH3_VERSION = v4.0.0-rc5 # directory that h3 core repository is cloned into LIBH3_SOURCE = libh3-$(LIBH3_VERSION) # h3 static library location