From ec3fa2b33a84d196457c1bc424e22f28a8648c15 Mon Sep 17 00:00:00 2001
From: Christian Duerr
Date: Tue, 19 Nov 2019 21:34:34 +0100
Subject: Bump master to 0.4.1-dev
To make the release process a bit smoother and prevent a freeze of the
master process while review candidates are out, this will put the master
in a perpetual development state.
This should make it clear to everyone that the official source for
releases is always the tagged branch and make it possible to release new
versions completely independently.
Since versions are bumped after each release, this makes it so the
release branches do not have to get merged back into the master branch
to show the correct development version.
---
extra/linux/io.alacritty.Alacritty.appdata.xml | 2 +-
extra/linux/redhat/alacritty.spec | 2 +-
extra/linux/snap/snapcraft.yaml | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
(limited to 'extra/linux')
diff --git a/extra/linux/io.alacritty.Alacritty.appdata.xml b/extra/linux/io.alacritty.Alacritty.appdata.xml
index a23d6bc6..5c17d988 100644
--- a/extra/linux/io.alacritty.Alacritty.appdata.xml
+++ b/extra/linux/io.alacritty.Alacritty.appdata.xml
@@ -28,7 +28,7 @@ However, it does allow configuration of many aspects of the terminal.
https://github.com/jwilm/alacritty
https://github.com/jwilm/alacritty/issues
-
+
https://github.com/jwilm/alacritty/blob/master/CONTRIBUTING.md#contact
Joe Wilm
diff --git a/extra/linux/redhat/alacritty.spec b/extra/linux/redhat/alacritty.spec
index 477644aa..7926c0e5 100644
--- a/extra/linux/redhat/alacritty.spec
+++ b/extra/linux/redhat/alacritty.spec
@@ -1,5 +1,5 @@
Name: alacritty
-Version: 0.3.3
+Version: 0.4.1-dev
Release: 1%{?dist}
Summary: A cross-platform, GPU enhanced terminal emulator
License: ASL 2.0
diff --git a/extra/linux/snap/snapcraft.yaml b/extra/linux/snap/snapcraft.yaml
index 7498184b..cf2485c8 100644
--- a/extra/linux/snap/snapcraft.yaml
+++ b/extra/linux/snap/snapcraft.yaml
@@ -1,5 +1,5 @@
name: alacritty
-version: '0.3.3'
+version: '0.4.1-dev'
summary: Modern, GPU accelerated terminal emulator
description: |
Alacritty is a terminal emulator with a strong focus on simplicity and
--
cgit