Skip to content

Commit

Permalink
* Update version number to V1.07
Browse files Browse the repository at this point in the history
  • Loading branch information
iProgramMC committed Jul 20, 2024
1 parent deed06b commit c460dcc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions src/discord/Util.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -495,12 +495,12 @@ float CompareFuzzy(const std::string& item, const char* query)

float GetAppVersion()
{
return 1.06f;
return 1.07f;
}

std::string GetAppVersionString()
{
return "V1.06";
return "V1.07";
}

std::string FormatDuration(int seconds)
Expand Down
8 changes: 4 additions & 4 deletions src/resource.rc
Original file line number Diff line number Diff line change
Expand Up @@ -1001,8 +1001,8 @@ END
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,0,0,1
PRODUCTVERSION 1,0,0,1
FILEVERSION 1,0,7,0
PRODUCTVERSION 1,0,7,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -1019,12 +1019,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "iProgramInCpp"
VALUE "FileDescription", "Discord Messenger"
VALUE "FileVersion", "1.0"
VALUE "FileVersion", "1.07"
VALUE "InternalName", "Discord.exe"
VALUE "LegalCopyright", "Copyright (C) 2023-2024 iProgramInCpp - Licensed under the MIT license."
VALUE "OriginalFilename", "Discord.exe"
VALUE "ProductName", "Discord Messenger"
VALUE "ProductVersion", "1.0"
VALUE "ProductVersion", "1.07"
END
END
BLOCK "VarFileInfo"
Expand Down

0 comments on commit c460dcc

Please sign in to comment.