Skip to content

Commit

Permalink
[skip ci] Update files for official build v1.0.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
ETC CI committed Feb 7, 2025
1 parent 86ddb6a commit bcda2bf
Show file tree
Hide file tree
Showing 19 changed files with 6 additions and 6 deletions.
Binary file modified RDMnetBroker.pkg
Binary file not shown.
Binary file modified RDMnetBroker_x64.msi
Binary file not shown.
Binary file modified RDMnetBroker_x64.msm
Binary file not shown.
Binary file modified RDMnetBroker_x86.msi
Binary file not shown.
Binary file modified RDMnetBroker_x86.msm
Binary file not shown.
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 = 8;
static constexpr int kVersionBuild = 9;

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 "31.Jan.2025";
return "07.Feb.2025";
}

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,8
#define BROKER_RESOURCE_VERSION_STR "1.0.0.8"
#define BROKER_RESOURCE_VERSION 1,0,0,9
#define BROKER_RESOURCE_VERSION_STR "1.0.0.9"
#define BROKER_RESOURCE_VERSION_COPYRIGHT "Copyright 2025 ETC Inc."

#endif // BROKER_VERSION_RES_H_
Binary file modified symbols_x64/EtcPal.pdb
Binary file not shown.
Binary file modified symbols_x64/RDMnet.pdb
Binary file not shown.
Binary file modified symbols_x64/RDMnetBroker.pdb
Binary file not shown.
Binary file modified symbols_x64/RDMnetBrokerService.pdb
Binary file not shown.
Binary file modified symbols_x64/RDMnetBrokerServiceCore.pdb
Binary file not shown.
Binary file modified symbols_x86/EtcPal.pdb
Binary file not shown.
Binary file modified symbols_x86/RDMnet.pdb
Binary file not shown.
Binary file modified symbols_x86/RDMnetBroker.pdb
Binary file not shown.
Binary file modified symbols_x86/RDMnetBrokerService.pdb
Binary file not shown.
Binary file modified symbols_x86/RDMnetBrokerServiceCore.pdb
Binary file not shown.
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.8" ?>
<?define VersionNumber = "1.0.0.9" ?>

<?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.8
1.0.0.9

0 comments on commit bcda2bf

Please sign in to comment.