Skip to content

Commit

Permalink
Merge pull request #343 from wravery/main
Browse files Browse the repository at this point in the history
chore: bump version for next release
  • Loading branch information
wravery authored Dec 10, 2024
2 parents a227b09 + 0cdbfd5 commit 0df2b32
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion cmake/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.5.8
4.5.9
4 changes: 2 additions & 2 deletions include/graphqlservice/internal/Version.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions res/ClientGen.rc
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@

#include <winver.h>

#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
Expand Down
4 changes: 2 additions & 2 deletions res/SchemaGen.rc
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@

#include <winver.h>

#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
Expand Down
4 changes: 2 additions & 2 deletions res/graphqlclient_version.rc
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@

#include <winver.h>

#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
Expand Down
4 changes: 2 additions & 2 deletions res/graphqljson_version.rc
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@

#include <winver.h>

#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
Expand Down
4 changes: 2 additions & 2 deletions res/graphqlpeg_version.rc
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@

#include <winver.h>

#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
Expand Down
4 changes: 2 additions & 2 deletions res/graphqlresponse_version.rc
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@

#include <winver.h>

#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
Expand Down
4 changes: 2 additions & 2 deletions res/graphqlservice_version.rc
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@

#include <winver.h>

#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
Expand Down

0 comments on commit 0df2b32

Please sign in to comment.