Skip to content

Commit 9f4ea06

Browse files
committed
Release 1.40.0
Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
1 parent bdd8ef3 commit 9f4ea06

4 files changed

Lines changed: 12 additions & 3 deletions

File tree

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
tuxmake (1.40.0-1) UNRELEASED; urgency=medium
2+
3+
* Release 1.40.0. See: https://github.com/kernelci/tuxmake/releases/tag/v1.40.0
4+
5+
-- Anders Roxell <anders.roxell@linaro.org> Fri, 24 Apr 2026 11:02:51 +0200
6+
17
tuxmake (1.39.0-1) UNRELEASED; urgency=medium
28

39
* Release 1.39.0. See: https://github.com/kernelci/tuxmake/releases/tag/v1.39.0

tuxmake.PKGBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
pkgname=tuxmake
2-
pkgver=1.39.0
2+
pkgver=1.40.0
33
pkgrel=1
44
pkgdesc='Thin wrapper to build Linux kernels'
55
url='https://tuxmake.org/'

tuxmake.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: tuxmake
2-
Version: 1.39.0
2+
Version: 1.40.0
33
Release: 0%{?dist}
44
Summary: Thin wrapper to build Linux kernels
55
License: Expat
@@ -63,6 +63,9 @@ install -m 644 bash_completion/tuxmake %{buildroot}/usr/share/bash-completion/co
6363
%license LICENSE
6464

6565
%changelog
66+
* Fri Apr 24 2026 Anders Roxell <anders.roxell@linaro.org> - 1.40.0-1
67+
- Release 1.40.0. See: https://github.com/kernelci/tuxmake/releases/tag/v1.40.0
68+
6669
* Mon Apr 13 2026 Anders Roxell <anders.roxell@linaro.org> - 1.39.0-1
6770
- Release 1.39.0. See: https://github.com/kernelci/tuxmake/releases/tag/v1.39.0
6871

tuxmake/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
Thin wrapper to build Linux kernels
33
"""
44

5-
__version__ = "1.39.0"
5+
__version__ = "1.40.0"

0 commit comments

Comments
 (0)