Next is 3.4.

pull/2899/head
Nicholas Marriott 2021-09-15 14:07:42 +01:00
parent 86d505af46
commit 3be44313aa
2 changed files with 2 additions and 1 deletions

View File

@ -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 \

View File

@ -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)