summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/Make_cyg_ming.mak1
-rw-r--r--src/version.c2
2 files changed, 2 insertions, 1 deletions
diff --git a/src/Make_cyg_ming.mak b/src/Make_cyg_ming.mak
index 5c7332e1c..026c966bf 100644
--- a/src/Make_cyg_ming.mak
+++ b/src/Make_cyg_ming.mak
@@ -693,7 +693,6 @@ ifneq ($(NETBEANS),yes)
LIB += -lwsock32
endif
endif
-endif
ifeq ($(DIRECTX),yes)
# Only allow DIRECTX for a GUI build.
diff --git a/src/version.c b/src/version.c
index 042454f06..9568029c4 100644
--- a/src/version.c
+++ b/src/version.c
@@ -742,6 +742,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 1175,
+/**/
1174,
/**/
1173,