diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2019-05-28 15:48:31 +0100 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2019-05-28 15:48:31 +0100 |
commit | e7a530fe4c0f8e0f807daf6a1b80d86c67c93e1b (patch) | |
tree | 33b2942a547cf6d4780c27122b309172af771906 | |
parent | 05d07413ff825553e65e24f4561ce3c97081b375 (diff) | |
download | rtmux-e7a530fe4c0f8e0f807daf6a1b80d86c67c93e1b.tar.gz rtmux-e7a530fe4c0f8e0f807daf6a1b80d86c67c93e1b.tar.bz2 rtmux-e7a530fe4c0f8e0f807daf6a1b80d86c67c93e1b.zip |
Next will be 3.1.
-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.0 to X.X + +XXX + CHANGES FROM 2.9 to 3.0 * Add an addition form of string syntax in the configuration file - {}. This diff --git a/configure.ac b/configure.ac index 2c1a8945..5fba1eaf 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ # configure.ac -AC_INIT([tmux], 3.0-rc) +AC_INIT([tmux], next-3.1) AC_PREREQ([2.60]) AC_CONFIG_AUX_DIR(etc) |