Skip to content

Commit 759c0c3

Browse files
authored
Merge pull request #32 from glpi-project/release/1.4.0
New 1.4.0 version
2 parents bd33bdd + eb8da10 commit 759c0c3

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

CHANGES

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Revision history for GLPI Agent Monitor
22

3-
Future release
3+
1.4.0
44

55
* Dutch translation added
66
Thanks Jeffrey Jansma (@perplexityjeff)

GLPI-AgentMonitor.rc2

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ VS_VERSION_INFO VERSIONINFO
1616
FILEVERSION VI_VERSIONDEF
1717
PRODUCTVERSION VI_VERSIONDEF
1818
#else
19-
FILEVERSION 1,3,1,0
20-
PRODUCTVERSION 1,3,1,0
19+
FILEVERSION 1,4,0,0
20+
PRODUCTVERSION 1,4,0,0
2121
#endif
2222
FILEFLAGSMASK 0x3fL
2323
#ifdef _DEBUG
@@ -37,7 +37,7 @@ BEGIN
3737
#ifdef VI_VERSIONSTRING
3838
VALUE "FileVersion", VI_VERSIONSTRING
3939
#else
40-
VALUE "FileVersion", "1.3.1.0"
40+
VALUE "FileVersion", "1.4.0.0"
4141
#endif
4242
#ifdef VI_FILENAME
4343
VALUE "InternalName", VI_FILENAME
@@ -54,7 +54,7 @@ BEGIN
5454
#ifdef VI_VERSIONSTRING
5555
VALUE "ProductVersion", VI_VERSIONSTRING
5656
#else
57-
VALUE "ProductVersion", "1.3.1.0"
57+
VALUE "ProductVersion", "1.4.0.0"
5858
#endif
5959
END
6060
END

version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// File overridden during GH Actions workflow run
22
#define VI_FILENAME "GLPI-AgentMonitor.exe"
3-
#define VI_VERSIONDEF 1,3,1,0
4-
#define VI_VERSIONSTRING "1.3.1.0"
3+
#define VI_VERSIONDEF 1,4,0,0
4+
#define VI_VERSIONSTRING "1.4.0.0"
55
#define VI_PRODUCTNAME "GLPI Agent Monitor"

0 commit comments

Comments
 (0)