updated for version 7.4.134
Problem: Spurious space in MingW Makefile.
Solution: Remove the space. (Michael Soyka)
diff --git a/src/Make_ming.mak b/src/Make_ming.mak
index 0b1935f..f7088ad 100644
--- a/src/Make_ming.mak
+++ b/src/Make_ming.mak
@@ -598,7 +598,7 @@
ifeq (yes, $(GUI))
OBJ += $(OUTDIR)/xpm_w32.o
# You'll need libXpm.a from http://gnuwin32.sf.net
-LIB += -L $(XPM)/lib -lXpm
+LIB += -L$(XPM)/lib -lXpm
endif
endif
diff --git a/src/version.c b/src/version.c
index 1ca8f9f..efbfba1 100644
--- a/src/version.c
+++ b/src/version.c
@@ -739,6 +739,8 @@
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 134,
+/**/
133,
/**/
132,