mirror of
https://github.com/tmux/tmux.git
synced 2024-12-25 10:58:48 +00:00
Next is 3.4.
This commit is contained in:
parent
86d505af46
commit
3be44313aa
@ -181,6 +181,7 @@ dist_tmux_SOURCES = \
|
|||||||
style.c \
|
style.c \
|
||||||
tmux.c \
|
tmux.c \
|
||||||
tmux.h \
|
tmux.h \
|
||||||
|
tmux-protocol.h \
|
||||||
tty-acs.c \
|
tty-acs.c \
|
||||||
tty-features.c \
|
tty-features.c \
|
||||||
tty-keys.c \
|
tty-keys.c \
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# configure.ac
|
# configure.ac
|
||||||
|
|
||||||
AC_INIT([tmux], 3.3-rc)
|
AC_INIT([tmux], next-3.4)
|
||||||
AC_PREREQ([2.60])
|
AC_PREREQ([2.60])
|
||||||
|
|
||||||
AC_CONFIG_AUX_DIR(etc)
|
AC_CONFIG_AUX_DIR(etc)
|
||||||
|
Loading…
Reference in New Issue
Block a user