Skip to content
This repository was archived by the owner on Mar 3, 2023. It is now read-only.

Commit 44920e8

Browse files
committed
v4.21 - new upstream release
1 parent 6edda09 commit 44920e8

File tree

5 files changed

+11
-5
lines changed

5 files changed

+11
-5
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
BSD 3-Clause License
22

3-
Copyright (c) 2020-2021, Martin Simon
3+
Copyright (c) 2020-2022, Martin Simon
44
All rights reserved.
55

66
Redistribution and use in source and binary forms, with or without

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ If you have [Docker](https://www.docker.com/) installed locally, just run the fo
99
```bash
1010
$ ./build.sh
1111
```
12-
By default this will build i3-gaps 4.20 on Debian Bullseye.
12+
By default this will build i3-gaps 4.21 on Debian Bullseye.
1313

1414
If you want to customize the build at runtime, use the following:
1515

@@ -30,7 +30,7 @@ To publish a new package version to Github, follow these steps:
3030
```
3131
BSD 3-Clause License
3232
33-
Copyright (c) 2020-2021, Martin Simon
33+
Copyright (c) 2020-2022, Martin Simon
3434
All rights reserved.
3535
3636
Redistribution and use in source and binary forms, with or without

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -eu
44

55
IMAGE="debian:bullseye-slim"
66
TARGET="$(dirname "$0" | xargs realpath)"
7-
VERSION="4.20.1"
7+
VERSION="4.21"
88

99
while getopts "v:i:h" opt
1010
do

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
i3-gaps (4.21) unstable; urgency=medium
2+
3+
* New upstream release
4+
5+
-- Martin Simon <me@martinsimon.me> Thu, 22 Sep 2022 00:00:00 +0000
6+
17
i3-gaps (4.20.1-1) unstable; urgency=medium
28

39
* New upstream release

debian/copyright

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Copyright: 2009 Michael Stapelberg
77
License: BSD-3-clause
88

99
Files: debian/*
10-
Copyright: 2020-2021 Martin Simon <me@martinsimon.me>
10+
Copyright: 2020-2022 Martin Simon <me@martinsimon.me>
1111
License: BSD-3-clause
1212

1313
License: BSD-3-clause

0 commit comments

Comments
 (0)