summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorKen Takata <kentkt@csc.jp>2023-10-25 21:17:35 +0200
committerChristian Brabandt <cb@256bit.org>2023-10-25 21:17:35 +0200
commitc4a403860353ff35dc47e2a52818e771fa228083 (patch)
treeb7bc15bd61de6d55e4c68f6f896d1d7459dbe464 /src/version.c
parent1c14030aff238abef03bdf87e6b33c7e5d7ffd51 (diff)
patch 9.0.2067: xxd: coloring was disabled on Cygwinv9.0.2067
Problem: xxd: coloring was disabled on Cygwin Solution: don't include WIN32 xxd: Fix that color was disabled on Cygwin "windows.h" was unintentionally included on Cygwin since 9.0.1834. This accidentally disabled coloring on Cygwin. Stop including "windows.h" on Cygwin. closes: #13414 Signed-off-by: Christian Brabandt <cb@256bit.org> Co-authored-by: Ken Takata <kentkt@csc.jp>
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index e45d7fa0b2..1ae5c98714 100644
--- a/src/version.c
+++ b/src/version.c
@@ -705,6 +705,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 2067,
+/**/
2066,
/**/
2065,