diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2020-02-04 07:45:29 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2020-02-04 07:45:29 +0000 |
commit | 47174f513035b3503dfdddf5790d8d60449223a5 (patch) | |
tree | 12efa8212f2a98066fbfdebdda3d83b998249d57 | |
parent | 4822130b3cddb02025e72e6a35c861b48fe4c4de (diff) | |
download | rtmux-47174f513035b3503dfdddf5790d8d60449223a5.tar.gz rtmux-47174f513035b3503dfdddf5790d8d60449223a5.tar.bz2 rtmux-47174f513035b3503dfdddf5790d8d60449223a5.zip |
Next is 3.2.
-rw-r--r-- | CHANGES | 4 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +CHANGES FROM 3.1 TO 3.2 + +XXX + CHANGES FROM 3.0 to 3.1 * Add support for adding a note to a key binding (with bind-key -N) and use diff --git a/configure.ac b/configure.ac index c0098591..380eea73 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ # configure.ac -AC_INIT([tmux], 3.1-rc) +AC_INIT([tmux], next-3.2) AC_PREREQ([2.60]) AC_CONFIG_AUX_DIR(etc) |