Skip to content

Commit

Permalink
[skip ci] Update version files for build 1.0.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
ETC CI committed Jan 25, 2024
1 parent 78998b7 commit 62ac3af
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions src/core/broker_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ struct BrokerVersion
static constexpr int kVersionMajor = 1;
static constexpr int kVersionMinor = 0;
static constexpr int kVersionPatch = 0;
static constexpr int kVersionBuild = 6;
static constexpr int kVersionBuild = 7;

static std::string VersionString();
static std::string ProductNameString();
Expand All @@ -60,7 +60,7 @@ inline std::string BrokerVersion::ProductNameString()

inline std::string BrokerVersion::BuildDateString()
{
return "05.Jan.2024";
return "25.Jan.2024";
}

inline std::string BrokerVersion::CopyrightString()
Expand Down
4 changes: 2 additions & 2 deletions src/windows/broker_version_res.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@

// clang-format off

#define BROKER_RESOURCE_VERSION 1,0,0,6
#define BROKER_RESOURCE_VERSION_STR "1.0.0.6"
#define BROKER_RESOURCE_VERSION 1,0,0,7
#define BROKER_RESOURCE_VERSION_STR "1.0.0.7"
#define BROKER_RESOURCE_VERSION_COPYRIGHT "Copyright 2024 ETC Inc."

#endif // BROKER_VERSION_RES_H_
2 changes: 1 addition & 1 deletion tools/install/windows/vars.wxi
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ tools/version/templates/vars.wxi.in
-->

<Include>
<?define VersionNumber = "1.0.0.6" ?>
<?define VersionNumber = "1.0.0.7" ?>

<?if $(var.Platform) = x64 ?>
<?define ProgramFilesFolder = "ProgramFiles64Folder" ?>
Expand Down
2 changes: 1 addition & 1 deletion tools/version/current_version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.0.6
1.0.0.7

0 comments on commit 62ac3af

Please sign in to comment.