Skip to content

Commit 62ac3af

Browse files
author
ETC CI
committed
[skip ci] Update version files for build 1.0.0.7
1 parent 78998b7 commit 62ac3af

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

src/core/broker_version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ struct BrokerVersion
3838
static constexpr int kVersionMajor = 1;
3939
static constexpr int kVersionMinor = 0;
4040
static constexpr int kVersionPatch = 0;
41-
static constexpr int kVersionBuild = 6;
41+
static constexpr int kVersionBuild = 7;
4242

4343
static std::string VersionString();
4444
static std::string ProductNameString();
@@ -60,7 +60,7 @@ inline std::string BrokerVersion::ProductNameString()
6060

6161
inline std::string BrokerVersion::BuildDateString()
6262
{
63-
return "05.Jan.2024";
63+
return "25.Jan.2024";
6464
}
6565

6666
inline std::string BrokerVersion::CopyrightString()

src/windows/broker_version_res.h

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

3232
// clang-format off
3333

34-
#define BROKER_RESOURCE_VERSION 1,0,0,6
35-
#define BROKER_RESOURCE_VERSION_STR "1.0.0.6"
34+
#define BROKER_RESOURCE_VERSION 1,0,0,7
35+
#define BROKER_RESOURCE_VERSION_STR "1.0.0.7"
3636
#define BROKER_RESOURCE_VERSION_COPYRIGHT "Copyright 2024 ETC Inc."
3737

3838
#endif // BROKER_VERSION_RES_H_

tools/install/windows/vars.wxi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ tools/version/templates/vars.wxi.in
88
-->
99

1010
<Include>
11-
<?define VersionNumber = "1.0.0.6" ?>
11+
<?define VersionNumber = "1.0.0.7" ?>
1212

1313
<?if $(var.Platform) = x64 ?>
1414
<?define ProgramFilesFolder = "ProgramFiles64Folder" ?>

tools/version/current_version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.0.6
1+
1.0.0.7

0 commit comments

Comments
 (0)