summaryrefslogtreecommitdiffstats
path: root/src/version.c
diff options
context:
space:
mode:
authorMatt Hammerly <hammerly.matt@gmail.com>2024-04-15 18:54:38 +0200
committerChristian Brabandt <cb@256bit.org>2024-04-15 18:54:38 +0200
commitfc1dabd77baa86bcbf312cb86b3fd37e478994b1 (patch)
tree93cbc90b6eb957a84f26c766336c296a56f54de9 /src/version.c
parent014b7759e32fd7dc46c66adb3378295836a87c4f (diff)
patch 9.1.0331: make install does not install all filesv9.1.0331
Problem: make install does not install all files (Nick Jensen) Solution: Adjust the Makefile rule to install and uninstall cargo and rust directories (Matt Hammerly) fixes: #14551 closes: #14552 closes: #14557 Signed-off-by: Matt Hammerly <hammerly.matt@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 7536c96608..193c92515f 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 */
/**/
+ 331,
+/**/
330,
/**/
329,