Skip to content

Commit

Permalink
Bump version of the node and Win installer to 4.1.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
abizjak committed Jun 10, 2022
1 parent cbbdd4a commit 2fad2fc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion concordium-node/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion concordium-node/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "concordium_node"
version = "4.1.0" # must be kept in sync with 'is_compatible_version' in 'src/configuration.rs'
version = "4.1.1" # must be kept in sync with 'is_compatible_version' in 'src/configuration.rs'
description = "Concordium Node"
authors = ["Concordium <[email protected]>"]
exclude = [".gitignore", ".gitlab-ci.yml", "test/**/*","**/**/.gitignore","**/**/.gitlab-ci.yml"]
Expand Down
4 changes: 2 additions & 2 deletions service/windows/installer/Node.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<!-- When updating the product version, the Product Id should be refreshed, otherwise it will not be
possible to upgrade an existing installation.
-->
<?define VersionNumber="4.1.0" ?>
<?define VersionNumber="4.1.1" ?>
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi" xmlns:Util="http://schemas.microsoft.com/wix/UtilExtension">
<Product Name="Concordium Node" Manufacturer="Concordium Software" Id="c1de2dc6-e52f-4fd0-bf5d-90d1a00ad70e" UpgradeCode="297295b4-c716-4d33-8170-0f6136663bfd" Language="1033" Codepage="1252" Version="$(var.VersionNumber)">
<Product Name="Concordium Node" Manufacturer="Concordium Software" Id="47060dd1-07a9-4e87-ad7d-f37f20f3ae4e" UpgradeCode="297295b4-c716-4d33-8170-0f6136663bfd" Language="1033" Codepage="1252" Version="$(var.VersionNumber)">
<Package Id="*" Keywords="Concordium Installer" Description="Concordium Node $(var.VersionNumber) Installer" Manufacturer="Concordium Software" InstallerVersion="500" Languages="1033" Compressed="yes" InstallScope="perMachine" />
<MajorUpgrade Schedule="afterInstallValidate" DowngradeErrorMessage="The currently-installed version of [ProductName] is newer than the version you are trying to install. The installation cannot continue. If you wish to install this version, please remove the newer version first." />
<Media Id="1" Cabinet="Node.cab" EmbedCab="yes" />
Expand Down

0 comments on commit 2fad2fc

Please sign in to comment.