diff --git a/cmake/version.txt b/cmake/version.txt index 0c8d4d7e..b544af5f 100644 --- a/cmake/version.txt +++ b/cmake/version.txt @@ -1 +1 @@ -4.5.7 \ No newline at end of file +4.5.8 \ No newline at end of file diff --git a/include/graphqlservice/internal/Version.h b/include/graphqlservice/internal/Version.h index 910616a7..0009d7f2 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.7" }; +constexpr std::string_view FullVersion { "4.5.8" }; constexpr size_t MajorVersion = 4; constexpr size_t MinorVersion = 5; -constexpr size_t PatchVersion = 7; +constexpr size_t PatchVersion = 8; } // namespace graphql::internal diff --git a/res/ClientGen.rc b/res/ClientGen.rc index ca4ce5ef..8785c717 100644 --- a/res/ClientGen.rc +++ b/res/ClientGen.rc @@ -3,8 +3,8 @@ #include -#define GRAPHQL_RC_VERSION 4,5,7,0 -#define GRAPHQL_RC_VERSION_STR "4.5.7" +#define GRAPHQL_RC_VERSION 4,5,8,0 +#define GRAPHQL_RC_VERSION_STR "4.5.8" #ifndef DEBUG #define VER_DEBUG 0 diff --git a/res/SchemaGen.rc b/res/SchemaGen.rc index 9209877b..989e484a 100644 --- a/res/SchemaGen.rc +++ b/res/SchemaGen.rc @@ -3,8 +3,8 @@ #include -#define GRAPHQL_RC_VERSION 4,5,7,0 -#define GRAPHQL_RC_VERSION_STR "4.5.7" +#define GRAPHQL_RC_VERSION 4,5,8,0 +#define GRAPHQL_RC_VERSION_STR "4.5.8" #ifndef DEBUG #define VER_DEBUG 0 diff --git a/res/graphqlclient_version.rc b/res/graphqlclient_version.rc index 7982adbf..6812db98 100644 --- a/res/graphqlclient_version.rc +++ b/res/graphqlclient_version.rc @@ -3,8 +3,8 @@ #include -#define GRAPHQL_RC_VERSION 4,5,7,0 -#define GRAPHQL_RC_VERSION_STR "4.5.7" +#define GRAPHQL_RC_VERSION 4,5,8,0 +#define GRAPHQL_RC_VERSION_STR "4.5.8" #ifndef DEBUG #define VER_DEBUG 0 diff --git a/res/graphqljson_version.rc b/res/graphqljson_version.rc index df42fdf7..0de07f82 100644 --- a/res/graphqljson_version.rc +++ b/res/graphqljson_version.rc @@ -3,8 +3,8 @@ #include -#define GRAPHQL_RC_VERSION 4,5,7,0 -#define GRAPHQL_RC_VERSION_STR "4.5.7" +#define GRAPHQL_RC_VERSION 4,5,8,0 +#define GRAPHQL_RC_VERSION_STR "4.5.8" #ifndef DEBUG #define VER_DEBUG 0 diff --git a/res/graphqlpeg_version.rc b/res/graphqlpeg_version.rc index fb0db20e..46ba5938 100644 --- a/res/graphqlpeg_version.rc +++ b/res/graphqlpeg_version.rc @@ -3,8 +3,8 @@ #include -#define GRAPHQL_RC_VERSION 4,5,7,0 -#define GRAPHQL_RC_VERSION_STR "4.5.7" +#define GRAPHQL_RC_VERSION 4,5,8,0 +#define GRAPHQL_RC_VERSION_STR "4.5.8" #ifndef DEBUG #define VER_DEBUG 0 diff --git a/res/graphqlresponse_version.rc b/res/graphqlresponse_version.rc index fe25318f..03ae40ec 100644 --- a/res/graphqlresponse_version.rc +++ b/res/graphqlresponse_version.rc @@ -3,8 +3,8 @@ #include -#define GRAPHQL_RC_VERSION 4,5,7,0 -#define GRAPHQL_RC_VERSION_STR "4.5.7" +#define GRAPHQL_RC_VERSION 4,5,8,0 +#define GRAPHQL_RC_VERSION_STR "4.5.8" #ifndef DEBUG #define VER_DEBUG 0 diff --git a/res/graphqlservice_version.rc b/res/graphqlservice_version.rc index 01731b41..75da515d 100644 --- a/res/graphqlservice_version.rc +++ b/res/graphqlservice_version.rc @@ -3,8 +3,8 @@ #include -#define GRAPHQL_RC_VERSION 4,5,7,0 -#define GRAPHQL_RC_VERSION_STR "4.5.7" +#define GRAPHQL_RC_VERSION 4,5,8,0 +#define GRAPHQL_RC_VERSION_STR "4.5.8" #ifndef DEBUG #define VER_DEBUG 0