diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2020-07-24 08:38:34 +0100 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2020-07-24 08:38:34 +0100 |
commit | 31bc4c4346a809188a908fea73a212dd71c8b096 (patch) | |
tree | c2852ad8361c63d49d36f9eb341203fd1dcffff1 | |
parent | 1f19355fb08c1013bb89299853b684ab1d7cdec9 (diff) | |
download | rtmux-31bc4c4346a809188a908fea73a212dd71c8b096.tar.gz rtmux-31bc4c4346a809188a908fea73a212dd71c8b096.tar.bz2 rtmux-31bc4c4346a809188a908fea73a212dd71c8b096.zip |
3.2-rc version.
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index a62029b3..07f9ae06 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ # configure.ac -AC_INIT([tmux], next-3.3) +AC_INIT([tmux], 3.2-rc2) AC_PREREQ([2.60]) AC_CONFIG_AUX_DIR(etc) |