From a1d453e63e258051136910457d46f866038ebc0c Mon Sep 17 00:00:00 2001 From: Fredrik Engstrand Date: Sun, 25 Dec 2022 10:25:21 +0100 Subject: [PATCH] chore: create patch diffs based on upstream v0.4-rc3 --- scripts/create-patches.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/create-patches.sh b/scripts/create-patches.sh index d5b973257..3eb5e62e0 100755 --- a/scripts/create-patches.sh +++ b/scripts/create-patches.sh @@ -22,5 +22,5 @@ do ':(exclude).gitignore' > patches/$patch.patch done -# Create dwl-guile patch based on dwl v0.3.1 -git diff v0.3.1 > patches/dwl-guile.patch +# Create dwl-guile patch based on dwl v0.4-rc3 +git diff v0.4-rc3 > patches/dwl-guile.patch