diff options
-rw-r--r-- | CHANGES | 4 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | input.c | 2 |
3 files changed, 6 insertions, 2 deletions
@@ -1,3 +1,7 @@ +CHANGES FROM 2.7 to master + +* + CHANGES FROM 2.6 TO 2.7 * Remove EVENT_* variables from environment on platforms where tmux uses them diff --git a/configure.ac b/configure.ac index 4eee0eae..f6ed390e 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ # configure.ac -AC_INIT(tmux, 2.7-rc) +AC_INIT(tmux, master) AC_PREREQ([2.60]) AC_CONFIG_AUX_DIR(etc) @@ -30,7 +30,7 @@ /* * Based on the description by Paul Williams at: * - * http://vt100.net/emu/dec_ansi_parser + * https://vt100.net/emu/dec_ansi_parser * * With the following changes: * |