diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2021-03-08 08:59:58 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2021-03-08 08:59:58 +0000 |
commit | 7bef887fd1051e2bbeb268888b51588ccaac306e (patch) | |
tree | 4c8f61d5144e6fa7e86e3292054c89fc5212b2c9 | |
parent | 8995d571d8650ce5b3d3a0eb835906b0ffe58462 (diff) | |
download | rtmux-7bef887fd1051e2bbeb268888b51588ccaac306e.tar.gz rtmux-7bef887fd1051e2bbeb268888b51588ccaac306e.tar.bz2 rtmux-7bef887fd1051e2bbeb268888b51588ccaac306e.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 4175f5c8..b8762e2f 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ # configure.ac -AC_INIT([tmux], next-3.3) +AC_INIT([tmux], 3.2-rc5) AC_PREREQ([2.60]) AC_CONFIG_AUX_DIR(etc) |