diff options
-rw-r--r-- | .github/CONTRIBUTING.md | 4 | ||||
-rw-r--r-- | CHANGES | 4 | ||||
-rw-r--r-- | configure.ac | 2 |
3 files changed, 7 insertions, 3 deletions
diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 3a589484..48171136 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -14,8 +14,8 @@ Before opening an issue, please ensure that: - Your question or issue is not covered [in the manual](https://man.openbsd.org/tmux.1) (run `man tmux`). -- Your problem is not mentioned in the [CHANGES - file](https://raw.githubusercontent.com/tmux/tmux/master/CHANGES) file. +- Your problem is not mentioned in [the CHANGES + file](https://raw.githubusercontent.com/tmux/tmux/master/CHANGES). - Nobody else has opened the same issue recently. @@ -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) |