Skip to content

Commit

Permalink
🎉 v2.1.3
Browse files Browse the repository at this point in the history
Release v2.1.3
  • Loading branch information
bitcookies committed Apr 24, 2024
1 parent 9fd45c3 commit 41ba330
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
1 change: 1 addition & 0 deletions EllipticCurveGF2m.hpp
Expand Up @@ -312,3 +312,4 @@ class EllipticCurveGF2m {
return Point(*this, pbX, cbX, pbY, cbY);
}
};

3 changes: 2 additions & 1 deletion _tmain.cpp
Expand Up @@ -72,4 +72,5 @@ int _tmain(int argc, PTSTR argv[]) {
Help();
}
return 0;
}
}

Binary file modified winrar-keygen.aps
Binary file not shown.
8 changes: 4 additions & 4 deletions winrar-keygen.rc
Expand Up @@ -61,8 +61,8 @@ IDI_ICON1 ICON "icon.ico"
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 2,1,2,0
PRODUCTVERSION 2,1,2,0
FILEVERSION 2,1,3,0
PRODUCTVERSION 2,1,3,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -79,12 +79,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "WinRAR Keygen"
VALUE "FileDescription", "WinRAR Key Generation Tool"
VALUE "FileVersion", "2.1.2.0"
VALUE "FileVersion", "2.1.3.0"
VALUE "InternalName", "winrar-keygen.exe"
VALUE "LegalCopyright", "Copyright (C) 2022 MIT License"
VALUE "OriginalFilename", "winrar-keygen.exe"
VALUE "ProductName", "WinRAR Keygen"
VALUE "ProductVersion", "2.1.2.0"
VALUE "ProductVersion", "2.1.3.0"
END
END
BLOCK "VarFileInfo"
Expand Down

0 comments on commit 41ba330

Please sign in to comment.