Skip to content

Commit

Permalink
Bugfix 1.2.1 version
Browse files Browse the repository at this point in the history
  • Loading branch information
g-bougard committed Jun 6, 2023
1 parent cb92eda commit 3de0d0d
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,7 +1,7 @@
Revision history for GLPI Agent Monitor


Future release
1.2.1

* Bugfix: Fixed a bug which causes the monitor to display the
"Screenshot taken" notification every time the systray icon
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,0,0
PRODUCTVERSION 1,2,0,0
FILEVERSION 1,2,1,0
PRODUCTVERSION 1,2,1,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.0.0"
VALUE "FileVersion", "1.2.1.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.0.0"
VALUE "ProductVersion", "1.2.1.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,0,0
#define VI_VERSIONSTRING "1.2.0.0"
#define VI_VERSIONDEF 1,2,1,0
#define VI_VERSIONSTRING "1.2.1.0"
#define VI_PRODUCTNAME "GLPI Agent Monitor"

0 comments on commit 3de0d0d

Please sign in to comment.