From 1fe2e10564574d38e7c0fd68e8c2267dc2616c2a Mon Sep 17 00:00:00 2001 From: Chris Antos Date: Mon, 14 Oct 2024 09:56:11 -0700 Subject: [PATCH] Increment version. --- clink/app/src/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clink/app/src/version.h b/clink/app/src/version.h index 5455505ac..5e258df1d 100644 --- a/clink/app/src/version.h +++ b/clink/app/src/version.h @@ -14,7 +14,7 @@ #define CLINK_VERSION_MAJOR 1 #define CLINK_VERSION_MINOR 7 -#define CLINK_VERSION_PATCH 2 +#define CLINK_VERSION_PATCH 3 #define ORIGINAL_COPYRIGHT_STR "Copyright (c) 2012-2018 Martin Ridgers" #define CLINK_COPYRIGHT_STR "Copyright (c) 2012-2018 Martin Ridgers, Portions Copyright (c) 2020-2024 Christopher Antos"