From dea3d0a3f75007d8279fc4e9995019faaaf9a0db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20=C3=81ngel=20San=20Mart=C3=ADn?= Date: Sat, 26 Aug 2023 16:50:38 +0200 Subject: [PATCH] Bump version number 9.14.0 --- 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 5dcc2061..1ac95e55 100644 --- a/common/yacreader_global.h +++ b/common/yacreader_global.h @@ -6,7 +6,7 @@ #include #include -#define VERSION "9.13.1" +#define VERSION "9.14.0" // 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.