commit | ba75507c62b5aa84295968a9c15788667e95fa6a | [log] [tgz] |
---|---|---|
author | Christian Brabandt <cb@256bit.org> | Thu Oct 19 17:04:04 2023 +0200 |
committer | Christian Brabandt <cb@256bit.org> | Thu Oct 19 17:04:04 2023 +0200 |
tree | cf55e14232e56bd7717b8a2e40d1a3c4f559649d | |
parent | c59c1e0d88651a71ece7366e418f1253abbe2a28 [diff] |
Patch 9.0.2050v2: Missing change to version.c Problem: v9.0.2050 missed the change to version.c Solution: include the version.c change Signed-off-by: Christian Brabandt <cb@256bit.org>
diff --git a/src/version.c b/src/version.c index a79dd1d..2d437d8 100644 --- a/src/version.c +++ b/src/version.c
@@ -705,6 +705,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2050, +/**/ 2049, /**/ 2048,