diff --git a/CHANGES b/CHANGES index 655d78fb1..fb9ab56e5 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,7 @@ +CHANGES FROM 3.7c TO 3.7d + +* Fix problem where list-keys output can go to view mode instead of stdout. + CHANGES FROM 3.7b TO 3.7c * Build with jemalloc on macOS to avoid what appears to be a bug in calloc diff --git a/configure.ac b/configure.ac index 56cef0848..b4365e347 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ # configure.ac -AC_INIT([tmux], 3.7c) +AC_INIT([tmux], 3.7d) AC_PREREQ([2.60]) AC_CONFIG_AUX_DIR(etc)