From d35c2b0f1bac57cbbdfbfbf2dfad46004c7aca04 Mon Sep 17 00:00:00 2001 From: Sicong Date: Wed, 25 Jan 2023 11:36:17 -0800 Subject: [PATCH] Update minor version (#1426) --- source/shared/version.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/shared/version.h b/source/shared/version.h index d1c19592..5303b3ce 100644 --- a/source/shared/version.h +++ b/source/shared/version.h @@ -26,8 +26,8 @@ // Increase Minor with backward compatible new functionalities and API changes. // Increase Patch for backward compatible fixes. #define SQLVERSION_MAJOR 5 -#define SQLVERSION_MINOR 10 -#define SQLVERSION_PATCH 1 +#define SQLVERSION_MINOR 11 +#define SQLVERSION_PATCH 0 #define SQLVERSION_BUILD 0 // For previews, set this constant to 1, 2 and so on. Otherwise, set it to 0