diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2019-09-16 09:01:56 +0100 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2019-09-16 09:01:56 +0100 |
commit | c739772436aef2aeb6f008def73584d348d012e7 (patch) | |
tree | f69c03707c84fd5acae042ca00608b0c92de859b | |
parent | f27cac585c4a34396b4ff2f7b0df9bad2019ffda (diff) | |
download | rtmux-c739772436aef2aeb6f008def73584d348d012e7.tar.gz rtmux-c739772436aef2aeb6f008def73584d348d012e7.tar.bz2 rtmux-c739772436aef2aeb6f008def73584d348d012e7.zip |
3.0-rc5.
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 21e8926d..fb15e09f 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ # configure.ac -AC_INIT([tmux], 3.0-rc4) +AC_INIT([tmux], 3.0-rc5) AC_PREREQ([2.60]) AC_CONFIG_AUX_DIR(etc) |