From 77fa34ca4dd568f206fa76421b03fcaf6a43beff Mon Sep 17 00:00:00 2001 From: Jason Rhinelander Date: Mon, 7 Nov 2022 10:17:07 -0400 Subject: [PATCH] Bump apple network extension sub-version --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5253b9572..6cb569882 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -32,7 +32,7 @@ project(lokinet if(APPLE) # Apple build number: must be incremented to submit a new build for the same lokinet version, # should be reset to 0 when the lokinet version increments. - set(LOKINET_APPLE_BUILD 5) + set(LOKINET_APPLE_BUILD 6) endif() set(RELEASE_MOTTO "Our Lord And Savior" CACHE STRING "Release motto")