diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2018-08-17 11:46:08 +0100 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2018-08-17 11:46:08 +0100 |
commit | af679326b207eb36fb84814a28760fc2e582c2b4 (patch) | |
tree | c3fd7b591a6e5ac3720f437b0fcaabfed0470abe | |
parent | aa6e6fa0f2a6ad5f5fbec4ab55a6bc52df56df1a (diff) | |
download | rtmux-af679326b207eb36fb84814a28760fc2e582c2b4.tar.gz rtmux-af679326b207eb36fb84814a28760fc2e582c2b4.tar.bz2 rtmux-af679326b207eb36fb84814a28760fc2e582c2b4.zip |
Now master again.
-rw-r--r-- | CHANGES | 4 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +CHANGES FROM 2.8 to master + +* ... + CHANGES FROM 2.7 to 2.8 * Make display-panes block the client until a pane is chosen or it diff --git a/configure.ac b/configure.ac index f96c53c9..5b4bc4a2 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ # configure.ac -AC_INIT(tmux, 2.8-rc) +AC_INIT(tmux, master) AC_PREREQ([2.60]) AC_CONFIG_AUX_DIR(etc) |