From 1e6776cf9199978a4d00161369dee9552f66190a Mon Sep 17 00:00:00 2001 From: bushing Date: Sun, 10 May 2009 22:27:07 -0700 Subject: [PATCH] added version lock between ccat and mini to fix bug 17 --- ipc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ipc.c b/ipc.c index 6fd8390..082b734 100644 --- a/ipc.c +++ b/ipc.c @@ -40,7 +40,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA #include "panic.h" #define MINI_VERSION_MAJOR 1 -#define MINI_VERSION_MINOR 0 +#define MINI_VERSION_MINOR 1 static volatile ipc_request in_queue[IPC_IN_SIZE] ALIGNED(32) MEM2_BSS; static volatile ipc_request out_queue[IPC_OUT_SIZE] ALIGNED(32) MEM2_BSS;