From 12463d2479af299bb9130460996769c40dbbe2c9 Mon Sep 17 00:00:00 2001 From: avolkov Date: Mon, 23 May 2005 23:37:13 +0000 Subject: [PATCH] More structure changes reflected git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1817 8092fc87-c524-0410-9efc-e669fe64eaf9 --- sc2/src/abxadec/abxaud.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sc2/src/abxadec/abxaud.c b/sc2/src/abxadec/abxaud.c index e0e277aff..000133229 100644 --- a/sc2/src/abxadec/abxaud.c +++ b/sc2/src/abxadec/abxaud.c @@ -85,8 +85,8 @@ cdp_ModuleInfo CDPEXPORT CDP_INFO_SYM = { sizeof (cdp_ModuleInfo), // size of struct for version control CDPAPI_VERSION, // API version we are using - 1, 0, // our module version - 0, 3, // host version required, purely informational + 1, 0, 2, // our module version + 0, 3, 0, // host version required, purely informational CDP_MODINFO_RESERVED1, // reserved "UQM", // CDP context name (we can use UQM) "Abx Decoder", // CDP mod name