diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2022-06-01 08:50:54 +0100 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2022-06-01 08:50:54 +0100 |
commit | b566cd57bfa0d28fcc2e44e5a7b2e88433a5e016 (patch) | |
tree | 14929c02496965376c1766d67cfc7083dfb986b9 | |
parent | 87fe00e8b44901240fc22d7120c1b31e4331f6f5 (diff) | |
download | rtmux-b566cd57bfa0d28fcc2e44e5a7b2e88433a5e016.tar.gz rtmux-b566cd57bfa0d28fcc2e44e5a7b2e88433a5e016.tar.bz2 rtmux-b566cd57bfa0d28fcc2e44e5a7b2e88433a5e016.zip |
Now back to 3.4.
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 542ae67f..276f71c8 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ # configure.ac -AC_INIT([tmux], 3.3) +AC_INIT([tmux], next-3.4) AC_PREREQ([2.60]) AC_CONFIG_AUX_DIR(etc) |