diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2009-01-19 18:26:50 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2009-01-19 18:26:50 +0000 |
commit | 5e55b28d81062f80a785488836bb149e7fedb409 (patch) | |
tree | e0f368fce1b365c3440fef862a4ce29158bb6a3e /tmux.h | |
parent | 93230a64bc9369c726cc68d3f539b3bf66cff069 (diff) | |
download | rtmux-5e55b28d81062f80a785488836bb149e7fedb409.tar.gz rtmux-5e55b28d81062f80a785488836bb149e7fedb409.tar.bz2 rtmux-5e55b28d81062f80a785488836bb149e7fedb409.zip |
Bump protocol.
Diffstat (limited to 'tmux.h')
-rw-r--r-- | tmux.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 <nicm@users.sourceforge.net> @@ -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) |