diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2020-04-24 09:57:49 +0100 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2020-04-24 09:57:49 +0100 |
commit | 650d38962f180d0fe547ebb79aad433b27c1dde9 (patch) | |
tree | 23d152d05bbfdb7f348a970928bf6de3396742dd | |
parent | ccd7368cc504fd8c40fdcc9bbade1e6be4503491 (diff) | |
download | rtmux-650d38962f180d0fe547ebb79aad433b27c1dde9.tar.gz rtmux-650d38962f180d0fe547ebb79aad433b27c1dde9.tar.bz2 rtmux-650d38962f180d0fe547ebb79aad433b27c1dde9.zip |
tmux 3.1.
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 9675660c..25d3881c 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ # configure.ac -AC_INIT([tmux], 3.1-rc4) +AC_INIT([tmux], 3.1) AC_PREREQ([2.60]) AC_CONFIG_AUX_DIR(etc) |