Skip to content

Commit

Permalink
v1.0.1 Indev released
Browse files Browse the repository at this point in the history
  • Loading branch information
EZForever committed Apr 10, 2020
1 parent 2d2dcd7 commit 99c95fe
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions PEDollController/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
//可以指定所有这些值,也可以使用“生成号”和“修订号”的默认值
//通过使用 "*",如下所示:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.2")]
[assembly: AssemblyFileVersion("1.0.0.2")]
[assembly: AssemblyVersion("1.0.1.0")]
[assembly: AssemblyFileVersion("1.0.1.0")]
8 changes: 4 additions & 4 deletions PEDollMonitor/PEDollMonitor.rc
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ END
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,0,0,1
PRODUCTVERSION 1,0,0,1
FILEVERSION 1,0,1,0
PRODUCTVERSION 1,0,1,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -68,12 +68,12 @@ BEGIN
BLOCK "000004b0"
BEGIN
VALUE "FileDescription", "Program behavior analyzer for Win32/Win64"
VALUE "FileVersion", "1.0.0.1"
VALUE "FileVersion", "1.0.1.0"
VALUE "InternalName", "PEDollMonitor.exe"
VALUE "LegalCopyright", "Copyright (C) 2020 EZForever. All rights reserved."
VALUE "OriginalFilename", "PEDollMonitor.exe"
VALUE "ProductName", "PEDoll"
VALUE "ProductVersion", "1.0.0.1"
VALUE "ProductVersion", "1.0.1.0"
END
END
BLOCK "VarFileInfo"
Expand Down
8 changes: 4 additions & 4 deletions libDoll/libDoll.rc
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ END
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,0,0,1
PRODUCTVERSION 1,0,0,1
FILEVERSION 1,0,1,0
PRODUCTVERSION 1,0,1,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -68,12 +68,12 @@ BEGIN
BLOCK "000004b0"
BEGIN
VALUE "FileDescription", "Program behavior analyzer for Win32/Win64"
VALUE "FileVersion", "1.0.0.1"
VALUE "FileVersion", "1.0.1.0"
VALUE "InternalName", "libDoll.dll"
VALUE "LegalCopyright", "Copyright (C) 2020 EZForever. All rights reserved."
VALUE "OriginalFilename", "libDoll.dll"
VALUE "ProductName", "PEDoll"
VALUE "ProductVersion", "1.0.0.1"
VALUE "ProductVersion", "1.0.1.0"
END
END
BLOCK "VarFileInfo"
Expand Down

0 comments on commit 99c95fe

Please sign in to comment.