From 3be44313aa3bc6df3a4884eec16fdd561fd59271 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Wed, 15 Sep 2021 14:07:42 +0100 Subject: Next is 3.4. --- Makefile.am | 1 + configure.ac | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index eb08990a..68494932 100644 --- a/Makefile.am +++ b/Makefile.am @@ -181,6 +181,7 @@ dist_tmux_SOURCES = \ style.c \ tmux.c \ tmux.h \ + tmux-protocol.h \ tty-acs.c \ tty-features.c \ tty-keys.c \ diff --git a/configure.ac b/configure.ac index 2321508a..ba0e5fb8 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ # configure.ac -AC_INIT([tmux], 3.3-rc) +AC_INIT([tmux], next-3.4) AC_PREREQ([2.60]) AC_CONFIG_AUX_DIR(etc) -- cgit