diff options
author | Christian Duerr <contact@christianduerr.com> | 2024-10-18 22:25:57 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-18 22:25:57 +0000 |
commit | 6dbd785bc0063109fcf8105bdf7e4d5673892abf (patch) | |
tree | 0a359b47f4307d797876ad0a35da23be35bc63f9 /alacritty/windows | |
parent | f90d2964a6eda906d61b76f5e0ec7b9e44c12cb1 (diff) | |
download | r-alacritty-6dbd785bc0063109fcf8105bdf7e4d5673892abf.tar.gz r-alacritty-6dbd785bc0063109fcf8105bdf7e4d5673892abf.tar.bz2 r-alacritty-6dbd785bc0063109fcf8105bdf7e4d5673892abf.zip |
Bump development version to 0.15.0-dev
This is only an update to the development version and does not represent
a stable release.
Diffstat (limited to 'alacritty/windows')
-rw-r--r-- | alacritty/windows/wix/alacritty.wxs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/alacritty/windows/wix/alacritty.wxs b/alacritty/windows/wix/alacritty.wxs index cd64ec7b..5c05d821 100644 --- a/alacritty/windows/wix/alacritty.wxs +++ b/alacritty/windows/wix/alacritty.wxs @@ -1,5 +1,5 @@ <Wix xmlns="http://wixtoolset.org/schemas/v4/wxs" xmlns:ui="http://wixtoolset.org/schemas/v4/wxs/ui"> - <Package Name="Alacritty" UpgradeCode="87c21c74-dbd5-4584-89d5-46d9cd0c40a7" Language="1033" Codepage="1252" Version="0.14.0-dev" Manufacturer="Alacritty" InstallerVersion="200"> + <Package Name="Alacritty" UpgradeCode="87c21c74-dbd5-4584-89d5-46d9cd0c40a7" Language="1033" Codepage="1252" Version="0.15.0-dev" Manufacturer="Alacritty" InstallerVersion="200"> <MajorUpgrade AllowSameVersionUpgrades="yes" DowngradeErrorMessage="A newer version of [ProductName] is already installed." /> <Icon Id="AlacrittyIco" SourceFile=".\alacritty\windows\alacritty.ico" /> <WixVariable Id="WixUILicenseRtf" Value=".\alacritty\windows\wix\license.rtf" /> |