From 784b74a5fcd8e17dbd8e08981949338a81dd8ce7 Mon Sep 17 00:00:00 2001
From: Dorian Merz <merz@ub.uni-leipzig.de>
Date: Mon, 11 May 2020 13:46:55 +0200
Subject: [PATCH] refs #17496 [master] set "generator" to VuFind 5.1.1

---
 local/config/vufind/config.ini | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/local/config/vufind/config.ini b/local/config/vufind/config.ini
index 2cee0991b6f..930b4625c6f 100644
--- a/local/config/vufind/config.ini
+++ b/local/config/vufind/config.ini
@@ -103,7 +103,7 @@ showBulkOptions = false
 ; Should users be allowed to save searches in their accounts?
 allowSavedSearches = true
 ; Generator value to display in an HTML header <meta> tag:
-generator = "VuFind 5.1"
+generator = "VuFind 5.1.1"
 
 ; This section allows you to configure the mechanism used for storing user
 ; sessions.  Available types: File, Memcache, Database.
-- 
GitLab