Skip to content

Commit

Permalink
Update default version when not set in version.h
Browse files Browse the repository at this point in the history
  • Loading branch information
g-bougard committed Jun 6, 2023
1 parent b25913f commit bb8f6ea
Showing 1 changed file with 4 additions and 4 deletions.
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,0,0,0
PRODUCTVERSION 1,0,0,0
FILEVERSION 1,2,0,0
PRODUCTVERSION 1,2,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.0.0.0"
VALUE "FileVersion", "1.2.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.0.0.0"
VALUE "ProductVersion", "1.2.0.0"
#endif
END
END
Expand Down

0 comments on commit bb8f6ea

Please sign in to comment.