Skip to content

Commit

Permalink
Bump version to 0.4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dragon-dreamer committed Jan 11, 2025
1 parent 3549817 commit 4680618
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions binary-valentine-ui/win32/binary_valentine_ui.rc
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ END
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 0,3,1,0
PRODUCTVERSION 0,3,1,0
FILEVERSION 0,4,0,0
PRODUCTVERSION 0,4,0,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -68,12 +68,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "Denis T / dragondreamer"
VALUE "FileDescription", "Executable files static analyzer"
VALUE "FileVersion", "0.3.1.0"
VALUE "FileVersion", "0.4.0.0"
VALUE "InternalName", "Binary Valentine UI"
VALUE "LegalCopyright", "Denis T (C) 2024, https://github.com/dragon-dreamer/binary-valentine"
VALUE "OriginalFilename", "binary_valentine_ui.exe"
VALUE "ProductName", "Binary Valentine UI"
VALUE "ProductVersion", "0.3.1.0"
VALUE "ProductVersion", "0.4.0.0"
END
END
BLOCK "VarFileInfo"
Expand Down
2 changes: 1 addition & 1 deletion binary_valentine/include/binary_valentine/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ constexpr std::string_view tool_description = "Static analysis tool for executab
constexpr std::string_view tool_website = "https://binary-valentine.com";
constexpr std::string_view rule_info_uri = "/docs/rule/";
constexpr std::string_view github_url = "https://github.com/dragon-dreamer/binary-valentine";
constexpr std::array tool_version{ 0u, 3u, 1u, 0u };
constexpr std::array tool_version{ 0u, 4u, 0u, 0u };

} //namespace bv::version
8 changes: 4 additions & 4 deletions binary_valentine_cmd/win32/binary_valentine_cmd.rc
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ END
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 0,3,1,0
PRODUCTVERSION 0,3,1,0
FILEVERSION 0,4,0,0
PRODUCTVERSION 0,4,0,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -68,12 +68,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "Denis T / dragondreamer"
VALUE "FileDescription", "Executable files static analyzer"
VALUE "FileVersion", "0.3.1.0"
VALUE "FileVersion", "0.4.0.0"
VALUE "InternalName", "Binary Valentine"
VALUE "LegalCopyright", "Denis T (C) 2024, https://github.com/dragon-dreamer/binary-valentine"
VALUE "OriginalFilename", "binary_valentine_cmd.exe"
VALUE "ProductName", "Binary Valentine"
VALUE "ProductVersion", "0.3.1.0"
VALUE "ProductVersion", "0.4.0.0"
END
END
BLOCK "VarFileInfo"
Expand Down
2 changes: 1 addition & 1 deletion binary_valentine_cmd/win32/manifest.manifest
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
<assemblyIdentity name="binary_valentine_cmd.exe" version="0.3.1.0" processorArchitecture="amd64" type="win32" />
<assemblyIdentity name="binary_valentine_cmd.exe" version="0.4.0.0" processorArchitecture="amd64" type="win32" />
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">
<security>
<requestedPrivileges xmlns="urn:schemas-microsoft-com:asm.v3">
Expand Down

0 comments on commit 4680618

Please sign in to comment.