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 /configure.ac | |
parent | 05d07413ff825553e65e24f4561ce3c97081b375 (diff) | |
download | rtmux-e7a530fe4c0f8e0f807daf6a1b80d86c67c93e1b.tar.gz rtmux-e7a530fe4c0f8e0f807daf6a1b80d86c67c93e1b.tar.bz2 rtmux-e7a530fe4c0f8e0f807daf6a1b80d86c67c93e1b.zip |
Next will be 3.1.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
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) |