Skip to content

Commit

Permalink
Bump 1.2.3 version
Browse files Browse the repository at this point in the history
  • Loading branch information
g-bougard committed Nov 15, 2023
1 parent 5e64add commit 19e6da5
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
6 changes: 5 additions & 1 deletion CHANGES
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
Revision history for GLPI Agent Monitor

Future release
1.2.3

* Russian translation added
Thanks Fedorov Nikolay (@kofe88)

* Spanish (Uruguay) translation added
Thanks Luis Giordano (@Iruxos)

* Bugfix: Strip quotes when getting server URL from registry
This removes quotes from the server URL setting, even though the server URL
should not have any quotes at all.

1.2.2

* Build: Don't sign generated code with an expired code-signing certificate
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,2,0
PRODUCTVERSION 1,2,2,0
FILEVERSION 1,2,3,0
PRODUCTVERSION 1,2,3,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.2.0"
VALUE "FileVersion", "1.2.3.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.2.0"
VALUE "ProductVersion", "1.2.3.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,2,0
#define VI_VERSIONSTRING "1.2.2.0"
#define VI_VERSIONDEF 1,2,3,0
#define VI_VERSIONSTRING "1.2.3.0"
#define VI_PRODUCTNAME "GLPI Agent Monitor"

0 comments on commit 19e6da5

Please sign in to comment.