Updated MediaInfo binary to v0.7.78 (2015-10-02).

This commit is contained in:
LoRd_MuldeR 2015-10-31 22:43:31 +01:00
parent 21b0660ab9
commit eb2f0f7595
2 changed files with 3 additions and 3 deletions

Binary file not shown.

View File

@ -21,15 +21,15 @@
//Version
static unsigned int mixp_versionMajor = 2;
static unsigned int mixp_versionMinor = 16;
static unsigned int mixp_versionMinor = 18;
//MediaInfo Version
static unsigned int mixp_miVersionMajor = 0;
static unsigned int mixp_miVersionMinor = 7;
static unsigned int mixp_miVersionPatch = 74;
static unsigned int mixp_miVersionPatch = 78;
//MediaInfo Checksum
static const char *mixp_checksum = "2020ba36b1844c7b0204b22d486a4b9ebec7dddb";
static const char *mixp_checksum = "2d0dd259b1620642694128548676cc2f0d531e03";
//Build date
static const char *mixp_buildDate = __DATE__;