Skip to content

Commit 4692472

Browse files
committed
bump mini version to 1.2
1 parent 68791a0 commit 4692472

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ipc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Copyright (C) 2009 John Kelley <[email protected]>
3030
#include "panic.h"
3131

3232
#define MINI_VERSION_MAJOR 1
33-
#define MINI_VERSION_MINOR 1
33+
#define MINI_VERSION_MINOR 2
3434

3535
static volatile ipc_request in_queue[IPC_IN_SIZE] ALIGNED(32) MEM2_BSS;
3636
static volatile ipc_request out_queue[IPC_OUT_SIZE] ALIGNED(32) MEM2_BSS;

0 commit comments

Comments
 (0)