From 4692472a34600b67855854b5899fcbd020c6c371 Mon Sep 17 00:00:00 2001 From: bushing Date: Sun, 24 May 2009 20:58:39 -0700 Subject: [PATCH] bump mini version to 1.2 --- ipc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ipc.c b/ipc.c index b0edc04..9daad2d 100644 --- a/ipc.c +++ b/ipc.c @@ -30,7 +30,7 @@ Copyright (C) 2009 John Kelley #include "panic.h" #define MINI_VERSION_MAJOR 1 -#define MINI_VERSION_MINOR 1 +#define MINI_VERSION_MINOR 2 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;