commit | 6e0a18f82bd04a45e9682523c42af9cbbc37684c | [log] [tgz] |
---|---|---|
author | lilydjwg <lilydjwg@gmail.com> | Mon Jan 29 20:54:28 2024 +0100 |
committer | Christian Brabandt <cb@256bit.org> | Mon Jan 29 20:54:28 2024 +0100 |
tree | d13ee399f7bbae3045ae5afc85be2308de28e3ee | |
parent | 94ff09a0935bc78fd81e9c79f099d42c94e3c218 [diff] [blame] |
patch 9.1.0064: No Wayland support Problem: No Wayland support Solution: Add Wayland UI support (lilydjwg) closes: #9639 Signed-off-by: lilydjwg <lilydjwg@gmail.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
diff --git a/src/version.c b/src/version.c index 6dd48d1..cf123b5 100644 --- a/src/version.c +++ b/src/version.c
@@ -705,6 +705,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 64, +/**/ 63, /**/ 62,