From f5be483b087f8889f0e7f92c60488d62a31afde9 Mon Sep 17 00:00:00 2001 From: Guillaume Bougard Date: Fri, 20 Sep 2024 10:12:56 +0200 Subject: [PATCH] New 1.4.0 version --- CHANGES | 2 +- GLPI-AgentMonitor.rc2 | 8 ++++---- version.h | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/CHANGES b/CHANGES index 7d06986..3c3b1a1 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,6 @@ Revision history for GLPI Agent Monitor -Future release +1.4.0 * Dutch translation added Thanks Jeffrey Jansma (@perplexityjeff) diff --git a/GLPI-AgentMonitor.rc2 b/GLPI-AgentMonitor.rc2 index cecffc2..ac09fc0 100644 --- a/GLPI-AgentMonitor.rc2 +++ b/GLPI-AgentMonitor.rc2 @@ -16,8 +16,8 @@ VS_VERSION_INFO VERSIONINFO FILEVERSION VI_VERSIONDEF PRODUCTVERSION VI_VERSIONDEF #else - FILEVERSION 1,3,1,0 - PRODUCTVERSION 1,3,1,0 + FILEVERSION 1,4,0,0 + PRODUCTVERSION 1,4,0,0 #endif FILEFLAGSMASK 0x3fL #ifdef _DEBUG @@ -37,7 +37,7 @@ BEGIN #ifdef VI_VERSIONSTRING VALUE "FileVersion", VI_VERSIONSTRING #else - VALUE "FileVersion", "1.3.1.0" + VALUE "FileVersion", "1.4.0.0" #endif #ifdef VI_FILENAME VALUE "InternalName", VI_FILENAME @@ -54,7 +54,7 @@ BEGIN #ifdef VI_VERSIONSTRING VALUE "ProductVersion", VI_VERSIONSTRING #else - VALUE "ProductVersion", "1.3.1.0" + VALUE "ProductVersion", "1.4.0.0" #endif END END diff --git a/version.h b/version.h index e44d8a6..01d23b2 100644 --- a/version.h +++ b/version.h @@ -1,5 +1,5 @@ // File overridden during GH Actions workflow run #define VI_FILENAME "GLPI-AgentMonitor.exe" -#define VI_VERSIONDEF 1,3,1,0 -#define VI_VERSIONSTRING "1.3.1.0" +#define VI_VERSIONDEF 1,4,0,0 +#define VI_VERSIONSTRING "1.4.0.0" #define VI_PRODUCTNAME "GLPI Agent Monitor"