diff --git a/src/Makefile b/src/Makefile index e76ee91d78..c0b7db75ff 100644 --- a/src/Makefile +++ b/src/Makefile @@ -1607,7 +1607,10 @@ EXTRA_SRC = if_lua.c if_mzsch.c auto/if_perl.c \ gui_beval.c netbeans.c job.c channel.c \ $(GRESOURCE_SRC) -$(WAYLAND_SRC): +$(WAYLAND_SRC): genwaylandproto + +.PHONY: genwaylandproto +genwaylandproto: cd auto/wayland; $(MAKE) # Needed for parallel jobs to work diff --git a/src/version.c b/src/version.c index fad1480404..3add220987 100644 --- a/src/version.c +++ b/src/version.c @@ -734,6 +734,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 13, /**/ 12, /**/