patch 9.0.1832: xxd: reporting wrong version

Commit: 
https://github.com/vim/vim/commit/0ffa97e8fae5e73ff05ba24178cfc7206a3fe67e
Author: Christian Brabandt <c...@256bit.org>
Date:   Thu Aug 31 21:03:02 2023 +0200

    patch 9.0.1832: xxd: reporting wrong version
    
    Problem:  xxd: reporting wrong version (after 9.0.1827)
    Solution: Update version string
    
    Signed-off-by: Christian Brabandt <c...@256bit.org>

diff --git a/src/version.c b/src/version.c
index 12979e6b6..796cff9b3 100644
--- a/src/version.c
+++ b/src/version.c
@@ -699,6 +699,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1832,
 /**/
     1831,
 /**/
diff --git a/src/xxd/xxd.c b/src/xxd/xxd.c
index a3827a4b8..590cd44aa 100644
--- a/src/xxd/xxd.c
+++ b/src/xxd/xxd.c
@@ -56,6 +56,7 @@
  * 04.02.2020  Add -d for decimal offsets by Aapo Rantalainen
  * 14.01.2022  Disable extra newlines with -c0 -p by Erik Auerswald.
  * 20.06.2022  Permit setting the variable names used by -i by David Gow
+ * 31.08.2023  -R never/auto/always prints colored output
  *
  * (c) 1990-1998 by Juergen Weigert (jnwei...@gmail.com)
  *
@@ -134,7 +135,7 @@ extern void perror __P((char *));
 # endif
 #endif
 
-char version[] = "xxd 2022-01-14 by Juergen Weigert et al.";
+char version[] = "xxd 2023-08-31 by Juergen Weigert et al.";
 #ifdef WIN32
 char osver[] = " (Win32)";
 #else

-- 
-- 
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

--- 
You received this message because you are subscribed to the Google Groups 
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to vim_dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/vim_dev/E1qbn8B-009VOZ-Gw%40256bit.org.

Raspunde prin e-mail lui