Skip to content

Commit e597db3

Browse files
authored
Merge pull request #206 from wravery/v3.x
Bump patch version for bugfix release
2 parents 20603fc + 23a35cf commit e597db3

File tree

10 files changed

+19
-19
lines changed

10 files changed

+19
-19
lines changed

cmake/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.7.0
1+
3.7.1

include/graphqlservice/internal/Version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010

1111
namespace graphql::internal {
1212

13-
constexpr std::string_view FullVersion { "3.7.0" };
13+
constexpr std::string_view FullVersion { "3.7.1" };
1414

1515
constexpr size_t MajorVersion = 3;
1616
constexpr size_t MinorVersion = 7;
17-
constexpr size_t PatchVersion = 0;
17+
constexpr size_t PatchVersion = 1;
1818

1919
} // namespace graphql::internal
2020

res/ClientGen.rc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33

44
#include <winver.h>
55

6-
#define GRAPHQL_RC_VERSION 3,7,0,0
7-
#define GRAPHQL_RC_VERSION_STR "3.7.0"
6+
#define GRAPHQL_RC_VERSION 3,7,1,0
7+
#define GRAPHQL_RC_VERSION_STR "3.7.1"
88

99
#ifndef DEBUG
1010
#define VER_DEBUG 0

res/SchemaGen.rc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33

44
#include <winver.h>
55

6-
#define GRAPHQL_RC_VERSION 3,7,0,0
7-
#define GRAPHQL_RC_VERSION_STR "3.7.0"
6+
#define GRAPHQL_RC_VERSION 3,7,1,0
7+
#define GRAPHQL_RC_VERSION_STR "3.7.1"
88

99
#ifndef DEBUG
1010
#define VER_DEBUG 0

res/graphqlclient_version.rc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33

44
#include <winver.h>
55

6-
#define GRAPHQL_RC_VERSION 3,7,0,0
7-
#define GRAPHQL_RC_VERSION_STR "3.7.0"
6+
#define GRAPHQL_RC_VERSION 3,7,1,0
7+
#define GRAPHQL_RC_VERSION_STR "3.7.1"
88

99
#ifndef DEBUG
1010
#define VER_DEBUG 0

res/graphqlintrospection_version.rc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33

44
#include <winver.h>
55

6-
#define GRAPHQL_RC_VERSION 3,7,0,0
7-
#define GRAPHQL_RC_VERSION_STR "3.7.0"
6+
#define GRAPHQL_RC_VERSION 3,7,1,0
7+
#define GRAPHQL_RC_VERSION_STR "3.7.1"
88

99
#ifndef DEBUG
1010
#define VER_DEBUG 0

res/graphqljson_version.rc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33

44
#include <winver.h>
55

6-
#define GRAPHQL_RC_VERSION 3,7,0,0
7-
#define GRAPHQL_RC_VERSION_STR "3.7.0"
6+
#define GRAPHQL_RC_VERSION 3,7,1,0
7+
#define GRAPHQL_RC_VERSION_STR "3.7.1"
88

99
#ifndef DEBUG
1010
#define VER_DEBUG 0

res/graphqlpeg_version.rc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33

44
#include <winver.h>
55

6-
#define GRAPHQL_RC_VERSION 3,7,0,0
7-
#define GRAPHQL_RC_VERSION_STR "3.7.0"
6+
#define GRAPHQL_RC_VERSION 3,7,1,0
7+
#define GRAPHQL_RC_VERSION_STR "3.7.1"
88

99
#ifndef DEBUG
1010
#define VER_DEBUG 0

res/graphqlresponse_version.rc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33

44
#include <winver.h>
55

6-
#define GRAPHQL_RC_VERSION 3,7,0,0
7-
#define GRAPHQL_RC_VERSION_STR "3.7.0"
6+
#define GRAPHQL_RC_VERSION 3,7,1,0
7+
#define GRAPHQL_RC_VERSION_STR "3.7.1"
88

99
#ifndef DEBUG
1010
#define VER_DEBUG 0

res/graphqlservice_version.rc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33

44
#include <winver.h>
55

6-
#define GRAPHQL_RC_VERSION 3,7,0,0
7-
#define GRAPHQL_RC_VERSION_STR "3.7.0"
6+
#define GRAPHQL_RC_VERSION 3,7,1,0
7+
#define GRAPHQL_RC_VERSION_STR "3.7.1"
88

99
#ifndef DEBUG
1010
#define VER_DEBUG 0

0 commit comments

Comments
 (0)