summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorDiego Viola <diego.viola@gmail.com>2024-04-15 20:08:38 +0200
committerChristian Brabandt <cb@256bit.org>2024-04-15 20:08:38 +0200
commit2da68c8b61286ed347076718b66028f7251c8cdf (patch)
tree08db32fe8f9af171ee37b561da00de810c0866e5 /src/version.c
parentdd83b63eb5b7884c1c882eb984778492f6951ed7 (diff)
patch 9.1.0336: tests: typo in test_xdgv9.1.0336
Problem: tests: typo in test_xdg Solution: fix typo (Diego Viola) closes: #14562 Signed-off-by: Diego Viola <diego.viola@gmail.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
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 b580f0162d..0c8687ebe6 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 */
/**/
+ 336,
+/**/
335,
/**/
334,