From bba1809eac7eda21842fef1aab8723d9bfb56c8f Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Thu, 11 Apr 2019 09:26:34 +0100 Subject: Merge a number of fixes from master for layouts, mostly prompted by testing by Thomas Sattler. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 79e3ba8c..f04ae14d 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ # configure.ac -AC_INIT([tmux], 2.9-rc2) +AC_INIT([tmux], 2.9-rc3) AC_PREREQ([2.60]) AC_CONFIG_AUX_DIR(etc) -- cgit