From f5dd6f96a4d058a995260f115b7ff52d07032970 Mon Sep 17 00:00:00 2001 From: Darrell Wright Date: Tue, 28 Jun 2022 18:47:11 -0400 Subject: [PATCH] Updated version to 3_0_0 --- include/daw/json/impl/version.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/daw/json/impl/version.h b/include/daw/json/impl/version.h index e50ab1d97e..d60b098909 100644 --- a/include/daw/json/impl/version.h +++ b/include/daw/json/impl/version.h @@ -11,7 +11,8 @@ /// The version string used in namespace definitions. Must be a valid namespace /// name. #if not defined( DAW_JSON_VER_OVERRIDE ) -#define DAW_JSON_VER v3_0_0_beta +// Should be updated when a potential ABI break is anticipated +#define DAW_JSON_VER v3_0_0 #else #define DAW_JSON_VER DAW_JSON_VER_OVERRIDE #endif