From de4ac37baa2d32c3a3597be39eeac953c6159f77 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Tue, 2 Mar 2021 12:37:52 +0000 Subject: [PATCH 1/2] 3.3. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 08671c71..4175f5c8 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ # configure.ac -AC_INIT([tmux], 3.2-rc4) +AC_INIT([tmux], next-3.3) AC_PREREQ([2.60]) AC_CONFIG_AUX_DIR(etc) From 0792b65863f45a4fe8dcc2d787a4a75e9602d795 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Mon, 8 Mar 2021 08:59:13 +0000 Subject: [PATCH 2/2] Remove compat.h again. --- compat/closefrom.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/compat/closefrom.c b/compat/closefrom.c index 0175f364..be008239 100644 --- a/compat/closefrom.c +++ b/compat/closefrom.c @@ -14,8 +14,6 @@ * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -#include "compat.h" - #ifndef HAVE_CLOSEFROM #include