diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2020-06-22 12:55:10 +0100 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2020-06-22 12:55:10 +0100 |
commit | e450416c93b95112640f61d81ea385dedcb14ef0 (patch) | |
tree | c34aca820cb00ed0dc93a8b01489522c81239bb5 /configure.ac | |
parent | b730083d7a09ce84f98a8a586553ebf234f89a7d (diff) | |
download | rtmux-e450416c93b95112640f61d81ea385dedcb14ef0.tar.gz rtmux-e450416c93b95112640f61d81ea385dedcb14ef0.tar.bz2 rtmux-e450416c93b95112640f61d81ea385dedcb14ef0.zip |
3.2-rc.
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 b5f65df5..b698526d 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ # configure.ac -AC_INIT([tmux], next-3.2) +AC_INIT([tmux], 3.2-rc) AC_PREREQ([2.60]) AC_CONFIG_AUX_DIR(etc) |