diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2020-02-04 07:21:04 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2020-02-04 07:21:04 +0000 |
commit | 63a69fe08540d9fcfbc5548c5236e5e5d9d48de9 (patch) | |
tree | aafc47aa9fac235d6e6763a68207f0e86ba3d480 | |
parent | 43b36752ce7fd5f474da09a2994fda3110a4ec47 (diff) | |
download | rtmux-63a69fe08540d9fcfbc5548c5236e5e5d9d48de9.tar.gz rtmux-63a69fe08540d9fcfbc5548c5236e5e5d9d48de9.tar.bz2 rtmux-63a69fe08540d9fcfbc5548c5236e5e5d9d48de9.zip |
3.1-rc.
-rw-r--r-- | CHANGES | 2 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -CHANGES FROM 3.0 to X.X +CHANGES FROM 3.0 to 3.1 * Add support for adding a note to a key binding (with bind-key -N) and use this to add descriptions to the default key bindings. A new -N flag to diff --git a/configure.ac b/configure.ac index 5fba1eaf..c0098591 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ # configure.ac -AC_INIT([tmux], next-3.1) +AC_INIT([tmux], 3.1-rc) AC_PREREQ([2.60]) AC_CONFIG_AUX_DIR(etc) |