Skip to content

Commit

Permalink
Bump release to 4.3.2
Browse files Browse the repository at this point in the history
This just adds erofs zstd. Hopefully this is the version that will ship
on Fedora Asahi.

Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io>
  • Loading branch information
alyssarosenzweig committed Sep 24, 2024
1 parent 5d2e9b7 commit 8df1ab4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ KERNEL_PATCHES = $(shell find patches/ -name "0*.patch" | sort)
KERNEL_C_BUNDLE = kernel.c

ABI_VERSION = 4
FULL_VERSION = 4.3.1
TIMESTAMP = "Sat Sep 7 00:58:59 CEST 2024"
FULL_VERSION = 4.3.2
TIMESTAMP = "Tue 24 Sep 2024 08:32:02 AM EDT"

KERNEL_FLAGS = KBUILD_BUILD_TIMESTAMP=$(TIMESTAMP)
KERNEL_FLAGS += KBUILD_BUILD_USER=root
Expand Down

0 comments on commit 8df1ab4

Please sign in to comment.