From 7b52e2709b8da3cfc9bddb40cb33cd43ba6e2c22 Mon Sep 17 00:00:00 2001 From: Martin Simon Date: Fri, 28 Oct 2022 14:02:30 +0200 Subject: [PATCH] v4.21.1 - new upstream release --- README.md | 2 +- build.sh | 2 +- debian/changelog | 8 +++++++- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7040989..2688ff9 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ If you have [Docker](https://www.docker.com/) installed locally, just run the fo ```bash $ ./build.sh ``` -By default this will build i3-gaps 4.21 on Debian Bullseye. +By default this will build i3-gaps 4.21.1 on Debian Bullseye. If you want to customize the build at runtime, use the following: diff --git a/build.sh b/build.sh index d5ff634..6ebf14c 100755 --- a/build.sh +++ b/build.sh @@ -4,7 +4,7 @@ set -eu IMAGE="debian:bullseye-slim" TARGET="$(dirname "$0" | xargs realpath)" -VERSION="4.21" +VERSION="4.21.1" while getopts "v:i:h" opt do diff --git a/debian/changelog b/debian/changelog index f935cb6..3b82bec 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,10 @@ -i3-gaps (4.21) unstable; urgency=medium +i3-gaps (4.21.1-1) unstable; urgency=medium + + * New upstream release + + -- Martin Simon Fri, 28 Oct 2022 00:00:00 +0000 + +i3-gaps (4.21-1) unstable; urgency=medium * New upstream release