summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorChristian Brabandt <cb@256bit.org>2023-10-19 17:04:04 +0200
committerChristian Brabandt <cb@256bit.org>2023-10-19 17:04:04 +0200
commitba75507c62b5aa84295968a9c15788667e95fa6a (patch)
treecf55e14232e56bd7717b8a2e40d1a3c4f559649d /src
parentc59c1e0d88651a71ece7366e418f1253abbe2a28 (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>
Diffstat (limited to 'src')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index a79dd1d463..2d437d87af 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 */
/**/
+ 2050,
+/**/
2049,
/**/
2048,