diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2019-03-26 14:38:20 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2019-03-26 14:38:20 +0000 |
commit | 0a913b09cfa9ab35c872ebea3e05ab8eb5de6ae0 (patch) | |
tree | 5efbd6c957a4170d42947dbd4366521baa53dffb | |
parent | 4f7a5d1e4000970c1baeda8460ef64195962747d (diff) | |
download | rtmux-0a913b09cfa9ab35c872ebea3e05ab8eb5de6ae0.tar.gz rtmux-0a913b09cfa9ab35c872ebea3e05ab8eb5de6ae0.tar.bz2 rtmux-0a913b09cfa9ab35c872ebea3e05ab8eb5de6ae0.zip |
For 3.0.
-rw-r--r-- | CHANGES | 4 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +CHANGES FROM 2.9 to X.X + +XXX + CHANGES FROM 2.8 to 2.9 * Add format variables for the default formats in the various modes diff --git a/configure.ac b/configure.ac index 453e734b..1e7578ee 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ # configure.ac -AC_INIT([tmux], 2.9-rc) +AC_INIT([tmux], next-3.0) AC_PREREQ([2.60]) AC_CONFIG_AUX_DIR(etc) |