diff options
author | Christian Duerr <contact@christianduerr.com> | 2021-05-09 22:47:45 +0200 |
---|---|---|
committer | Christian Duerr <contact@christianduerr.com> | 2021-05-09 21:08:18 +0000 |
commit | 3a33a70ebe9055ecfceb423a6d9351b080bc49cd (patch) | |
tree | 987496d351bbf70093f14aa050a18dbe9894c51a /extra | |
parent | 2cf3d9eb39865e47ce30ae1592a1796473e6a11a (diff) | |
download | alacritty-3a33a70ebe9055ecfceb423a6d9351b080bc49cd.tar.gz alacritty-3a33a70ebe9055ecfceb423a6d9351b080bc49cd.zip |
Bump version to 0.8.0-rc4v0.8.0-rc4alacritty_terminal_v0.14.0-rc4
Diffstat (limited to 'extra')
-rw-r--r-- | extra/alacritty.man | 2 | ||||
-rw-r--r-- | extra/osx/Alacritty.app/Contents/Info.plist | 2 | ||||
-rw-r--r-- | extra/windows/wix/alacritty.wxs | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/extra/alacritty.man b/extra/alacritty.man index 2e238dab..75610415 100644 --- a/extra/alacritty.man +++ b/extra/alacritty.man @@ -1,4 +1,4 @@ -.TH ALACRITTY "1" "August 2018" "alacritty 0.8.0-rc3" "User Commands" +.TH ALACRITTY "1" "August 2018" "alacritty 0.8.0-rc4" "User Commands" .SH NAME Alacritty \- A fast, cross-platform, OpenGL terminal emulator .SH "SYNOPSIS" diff --git a/extra/osx/Alacritty.app/Contents/Info.plist b/extra/osx/Alacritty.app/Contents/Info.plist index c5ae061c..776cd9b5 100644 --- a/extra/osx/Alacritty.app/Contents/Info.plist +++ b/extra/osx/Alacritty.app/Contents/Info.plist @@ -15,7 +15,7 @@ <key>CFBundlePackageType</key> <string>APPL</string> <key>CFBundleShortVersionString</key> - <string>0.8.0-rc3</string> + <string>0.8.0-rc4</string> <key>CFBundleSupportedPlatforms</key> <array> <string>MacOSX</string> diff --git a/extra/windows/wix/alacritty.wxs b/extra/windows/wix/alacritty.wxs index 609accfd..ea0f8ba9 100644 --- a/extra/windows/wix/alacritty.wxs +++ b/extra/windows/wix/alacritty.wxs @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="windows-1252"?> <Wix xmlns="http://schemas.microsoft.com/wix/2006/wi" xmlns:util="http://schemas.microsoft.com/wix/UtilExtension"> - <Product Name="Alacritty" Id="*" UpgradeCode="87c21c74-dbd5-4584-89d5-46d9cd0c40a7" Language="1033" Codepage="1252" Version="0.8.0-rc3" Manufacturer="Alacritty"> + <Product Name="Alacritty" Id="*" UpgradeCode="87c21c74-dbd5-4584-89d5-46d9cd0c40a7" Language="1033" Codepage="1252" Version="0.8.0-rc4" Manufacturer="Alacritty"> <Package InstallerVersion="200" Compressed="yes" InstallScope="perMachine"/> <MajorUpgrade AllowSameVersionUpgrades="yes" DowngradeErrorMessage="A newer version of [ProductName] is already installed."/> <Icon Id="AlacrittyIco" SourceFile=".\extra\windows\alacritty.ico"/> |