diff --git a/CHANGES b/CHANGES index 728bac60..7639cf28 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,7 @@ +CHANGES FROM 3.1 TO 3.2 + +XXX + CHANGES FROM 3.0a TO 3.1 * Add selection_active format for when the selection is present but not moving diff --git a/configure.ac b/configure.ac index d98b72f2..380eea73 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ # configure.ac -AC_INIT([tmux], 3.1-rc2) +AC_INIT([tmux], next-3.2) AC_PREREQ([2.60]) AC_CONFIG_AUX_DIR(etc)