Skip to content

Commit

Permalink
New 1.3.0 version
Browse files Browse the repository at this point in the history
  • Loading branch information
g-bougard committed May 7, 2024
1 parent ef0e2f9 commit 49efcbe
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CHANGES
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Revision history for GLPI Agent Monitor

Future release
1.3.0

* Better error message handling
The Monitor now displays the error message when displaying error codes.
Expand Down
8 changes: 4 additions & 4 deletions GLPI-AgentMonitor.rc2
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ VS_VERSION_INFO VERSIONINFO
FILEVERSION VI_VERSIONDEF
PRODUCTVERSION VI_VERSIONDEF
#else
FILEVERSION 1,2,3,0
PRODUCTVERSION 1,2,3,0
FILEVERSION 1,3,0,0
PRODUCTVERSION 1,3,0,0
#endif
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
Expand All @@ -37,7 +37,7 @@ BEGIN
#ifdef VI_VERSIONSTRING
VALUE "FileVersion", VI_VERSIONSTRING
#else
VALUE "FileVersion", "1.2.3.0"
VALUE "FileVersion", "1.3.0.0"
#endif
#ifdef VI_FILENAME
VALUE "InternalName", VI_FILENAME
Expand All @@ -54,7 +54,7 @@ BEGIN
#ifdef VI_VERSIONSTRING
VALUE "ProductVersion", VI_VERSIONSTRING
#else
VALUE "ProductVersion", "1.2.3.0"
VALUE "ProductVersion", "1.3.0.0"
#endif
END
END
Expand Down
4 changes: 2 additions & 2 deletions version.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// File overridden during GH Actions workflow run
#define VI_FILENAME "GLPI-AgentMonitor.exe"
#define VI_VERSIONDEF 1,2,3,0
#define VI_VERSIONSTRING "1.2.3.0"
#define VI_VERSIONDEF 1,3,0,0
#define VI_VERSIONSTRING "1.3.0.0"
#define VI_PRODUCTNAME "GLPI Agent Monitor"

0 comments on commit 49efcbe

Please sign in to comment.