commit | 789b8854d2f9f92089047665d52d08769f29c927 | [log] [tgz] |
---|---|---|
author | Ken Takata <kentkt@csc.jp> | Fri Sep 29 19:45:42 2023 +0200 |
committer | Christian Brabandt <cb@256bit.org> | Fri Sep 29 19:45:42 2023 +0200 |
tree | 1b88503e65a8095950e0eaa7e9b437e1feb506ce | |
parent | 5a05d374d30577ee195e87e7929062ab1a0a076a [diff] [blame] |
patch 9.0.1953: Misplaced comment in errors.h Problem: Misplaced comment in errors.h Solution: Move it up closes: #13218 Signed-off-by: Christian Brabandt <cb@256bit.org> Co-authored-by: Ken Takata <kentkt@csc.jp>
diff --git a/src/version.c b/src/version.c index ad696de..e5f4bfc 100644 --- a/src/version.c +++ b/src/version.c
@@ -700,6 +700,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1953, +/**/ 1952, /**/ 1951,