diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2020-04-27 09:36:30 +0100 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2020-04-27 09:36:30 +0100 |
commit | 646bfe403e638f2a005ddfba37da0f94805d7e11 (patch) | |
tree | 8adeac23b1f3f5b1ae743193f13e0e4bc9defbf4 /configure.ac | |
parent | 650d38962f180d0fe547ebb79aad433b27c1dde9 (diff) | |
download | rtmux-646bfe403e638f2a005ddfba37da0f94805d7e11.tar.gz rtmux-646bfe403e638f2a005ddfba37da0f94805d7e11.tar.bz2 rtmux-646bfe403e638f2a005ddfba37da0f94805d7e11.zip |
Do not close stdout file descriptor in control mode since it will be needed for
printing the exit messages.
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 25d3881c..6a9ba594 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ # configure.ac -AC_INIT([tmux], 3.1) +AC_INIT([tmux], 3.1a) AC_PREREQ([2.60]) AC_CONFIG_AUX_DIR(etc) |