From 5e55b28d81062f80a785488836bb149e7fedb409 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Mon, 19 Jan 2009 18:26:50 +0000 Subject: [PATCH] Bump protocol. --- tmux.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tmux.h b/tmux.h index b7b25083..91057801 100644 --- a/tmux.h +++ b/tmux.h @@ -1,4 +1,4 @@ -/* $Id: tmux.h,v 1.243 2009-01-19 18:23:40 nicm Exp $ */ +/* $Id: tmux.h,v 1.244 2009-01-19 18:26:50 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott @@ -19,7 +19,7 @@ #ifndef TMUX_H #define TMUX_H -#define PROTOCOL_VERSION -9 +#define PROTOCOL_VERSION -10 /* Shut up gcc warnings about empty if bodies. */ #define RB_AUGMENT(x) do {} while (0)