Skip to content

Commit

Permalink
Update hashes and dll!
Browse files Browse the repository at this point in the history
  • Loading branch information
08jne01 committed Nov 28, 2021
1 parent 0276edf commit d6b03bb
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion A-4E-C/ExternalFM/FM/Hashes.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ static WCHAR* files[] = {
};

static BYTE hashes[][32] = {
{0x09,0x6b,0x8c,0xbc,0x5f,0xa9,0x25,0xa2,0xe9,0x71,0x16,0x07,0x2c,0x19,0xd0,0x82,0xae,0xb6,0xe8,0xdd},
{0xa6,0x31,0x52,0x6d,0xbd,0xa1,0x4c,0x0c,0x68,0x80,0xee,0xab,0xb7,0x28,0x6d,0xa5,0x99,0x51,0x5c,0xdb},
{0x40,0xb5,0xe8,0xb4,0x3f,0xdc,0x22,0x70,0x03,0x5c,0x82,0x32,0x40,0x0d,0x2e,0x45,0x45,0x3c,0x25,0x1b},
{0x92,0xb2,0xe6,0x3c,0x94,0x67,0x13,0xb6,0x7d,0xda,0x8a,0x80,0x75,0x22,0x98,0x9a,0xdf,0xc7,0x16,0xd1},
{0x76,0x0a,0x96,0x5c,0xff,0x3d,0x20,0x51,0xc0,0x2e,0x9a,0x79,0x72,0xe6,0x67,0x1b,0x20,0x5b,0x6e,0x92}
Expand Down
2 changes: 1 addition & 1 deletion A-4E-C/ExternalFM/FM/stdafx.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
// Windows Header Files:
#include <windows.h>

static const char srcvers[] = "A-4E-C Version 2.0.0-RC2";
static const char srcvers[] = "A-4E-C Version 2.0.0-RC3";

#endif
// TODO: reference additional headers your program requires here
Binary file modified A-4E-C/bin/A-4E-C.dll
Binary file not shown.
2 changes: 1 addition & 1 deletion A-4E-C/entry.lua
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ displayName = _("A-4E-C"),

fileMenuName = _("A-4E-C"),
update_id = "A-4E-C",
version = "2.0.0-RC2", -- increment this number on the release branch. Use semantic versioning https://semver.org
version = "2.0.0-RC3", -- increment this number on the release branch. Use semantic versioning https://semver.org
state = "installed",
info = _("A-4E-C aka \"Community A-4E\"\n\nThe A-4 is a lightweight, subsonic, single-engine attack aircraft. Entering service in 1956, it was designed to deliver conventional and nuclear weapons in daytime visual flight conditions. However, using the APG-53(A) radar first installed on the A-4C, the A-4 is capable of all-weather navigation at low altitudes, as well as limited computer-assisted weapon delivery."),
encyclopedia_path = current_mod_path..'/Encyclopedia',
Expand Down

0 comments on commit d6b03bb

Please sign in to comment.