From 0cdbfd5d45f270999f041ab0077fd7625a3132fd Mon Sep 17 00:00:00 2001 From: Bill Avery Date: Tue, 10 Dec 2024 09:09:33 -0800 Subject: [PATCH] chore: bump version for next release --- cmake/version.txt | 2 +- include/graphqlservice/internal/Version.h | 4 ++-- res/ClientGen.rc | 4 ++-- res/SchemaGen.rc | 4 ++-- res/graphqlclient_version.rc | 4 ++-- res/graphqljson_version.rc | 4 ++-- res/graphqlpeg_version.rc | 4 ++-- res/graphqlresponse_version.rc | 4 ++-- res/graphqlservice_version.rc | 4 ++-- 9 files changed, 17 insertions(+), 17 deletions(-) diff --git a/cmake/version.txt b/cmake/version.txt index b544af5f..94bc0a3e 100644 --- a/cmake/version.txt +++ b/cmake/version.txt @@ -1 +1 @@ -4.5.8 \ No newline at end of file +4.5.9 \ No newline at end of file diff --git a/include/graphqlservice/internal/Version.h b/include/graphqlservice/internal/Version.h index 0009d7f2..d42d635b 100644 --- a/include/graphqlservice/internal/Version.h +++ b/include/graphqlservice/internal/Version.h @@ -10,11 +10,11 @@ namespace graphql::internal { -constexpr std::string_view FullVersion { "4.5.8" }; +constexpr std::string_view FullVersion { "4.5.9" }; constexpr size_t MajorVersion = 4; constexpr size_t MinorVersion = 5; -constexpr size_t PatchVersion = 8; +constexpr size_t PatchVersion = 9; } // namespace graphql::internal diff --git a/res/ClientGen.rc b/res/ClientGen.rc index 8785c717..b06e107a 100644 --- a/res/ClientGen.rc +++ b/res/ClientGen.rc @@ -3,8 +3,8 @@ #include -#define GRAPHQL_RC_VERSION 4,5,8,0 -#define GRAPHQL_RC_VERSION_STR "4.5.8" +#define GRAPHQL_RC_VERSION 4,5,9,0 +#define GRAPHQL_RC_VERSION_STR "4.5.9" #ifndef DEBUG #define VER_DEBUG 0 diff --git a/res/SchemaGen.rc b/res/SchemaGen.rc index 989e484a..f7ae5ab5 100644 --- a/res/SchemaGen.rc +++ b/res/SchemaGen.rc @@ -3,8 +3,8 @@ #include -#define GRAPHQL_RC_VERSION 4,5,8,0 -#define GRAPHQL_RC_VERSION_STR "4.5.8" +#define GRAPHQL_RC_VERSION 4,5,9,0 +#define GRAPHQL_RC_VERSION_STR "4.5.9" #ifndef DEBUG #define VER_DEBUG 0 diff --git a/res/graphqlclient_version.rc b/res/graphqlclient_version.rc index 6812db98..a246267a 100644 --- a/res/graphqlclient_version.rc +++ b/res/graphqlclient_version.rc @@ -3,8 +3,8 @@ #include -#define GRAPHQL_RC_VERSION 4,5,8,0 -#define GRAPHQL_RC_VERSION_STR "4.5.8" +#define GRAPHQL_RC_VERSION 4,5,9,0 +#define GRAPHQL_RC_VERSION_STR "4.5.9" #ifndef DEBUG #define VER_DEBUG 0 diff --git a/res/graphqljson_version.rc b/res/graphqljson_version.rc index 0de07f82..d37e857e 100644 --- a/res/graphqljson_version.rc +++ b/res/graphqljson_version.rc @@ -3,8 +3,8 @@ #include -#define GRAPHQL_RC_VERSION 4,5,8,0 -#define GRAPHQL_RC_VERSION_STR "4.5.8" +#define GRAPHQL_RC_VERSION 4,5,9,0 +#define GRAPHQL_RC_VERSION_STR "4.5.9" #ifndef DEBUG #define VER_DEBUG 0 diff --git a/res/graphqlpeg_version.rc b/res/graphqlpeg_version.rc index 46ba5938..1be5304f 100644 --- a/res/graphqlpeg_version.rc +++ b/res/graphqlpeg_version.rc @@ -3,8 +3,8 @@ #include -#define GRAPHQL_RC_VERSION 4,5,8,0 -#define GRAPHQL_RC_VERSION_STR "4.5.8" +#define GRAPHQL_RC_VERSION 4,5,9,0 +#define GRAPHQL_RC_VERSION_STR "4.5.9" #ifndef DEBUG #define VER_DEBUG 0 diff --git a/res/graphqlresponse_version.rc b/res/graphqlresponse_version.rc index 03ae40ec..02682e0b 100644 --- a/res/graphqlresponse_version.rc +++ b/res/graphqlresponse_version.rc @@ -3,8 +3,8 @@ #include -#define GRAPHQL_RC_VERSION 4,5,8,0 -#define GRAPHQL_RC_VERSION_STR "4.5.8" +#define GRAPHQL_RC_VERSION 4,5,9,0 +#define GRAPHQL_RC_VERSION_STR "4.5.9" #ifndef DEBUG #define VER_DEBUG 0 diff --git a/res/graphqlservice_version.rc b/res/graphqlservice_version.rc index 75da515d..3cba6e07 100644 --- a/res/graphqlservice_version.rc +++ b/res/graphqlservice_version.rc @@ -3,8 +3,8 @@ #include -#define GRAPHQL_RC_VERSION 4,5,8,0 -#define GRAPHQL_RC_VERSION_STR "4.5.8" +#define GRAPHQL_RC_VERSION 4,5,9,0 +#define GRAPHQL_RC_VERSION_STR "4.5.9" #ifndef DEBUG #define VER_DEBUG 0