Skip to content

Commit

Permalink
Bump to rc5
Browse files Browse the repository at this point in the history
  • Loading branch information
zachasme committed Aug 23, 2022
1 parent 73abe09 commit ad45294
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ad45294

Please sign in to comment.