From c2988f8353d6ae8b6fcd7e71532e2edd3f8b66e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20=C3=81ngel=20San=20Mart=C3=ADn?= Date: Sun, 14 Jan 2024 12:27:53 +0100 Subject: [PATCH] BUMP version to 9.14.1 --- common/yacreader_global.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/yacreader_global.h b/common/yacreader_global.h index b9d7525b..ebc87b29 100644 --- a/common/yacreader_global.h +++ b/common/yacreader_global.h @@ -6,7 +6,7 @@ #include #include -#define VERSION "9.14.0" +#define VERSION "9.14.1" // Used to check if the database needs to be updated, the version is stored in the database. // This value is only incremented when the database structure changes.