diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2020-07-06 14:07:11 +0100 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2020-07-06 14:07:11 +0100 |
commit | a5f99e14c6f264e568b860692b89d11f5298a3f2 (patch) | |
tree | d8bded500b9d90be147ea79975ed9cc7584f8b82 | |
parent | b30989a9649699ba08908a1a9aa08b0ecc7b24d1 (diff) | |
download | rtmux-a5f99e14c6f264e568b860692b89d11f5298a3f2.tar.gz rtmux-a5f99e14c6f264e568b860692b89d11f5298a3f2.tar.bz2 rtmux-a5f99e14c6f264e568b860692b89d11f5298a3f2.zip |
Update version.
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index b698526d..a62029b3 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ # configure.ac -AC_INIT([tmux], 3.2-rc) +AC_INIT([tmux], next-3.3) AC_PREREQ([2.60]) AC_CONFIG_AUX_DIR(etc) |