diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2020-04-01 10:09:49 +0100 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2020-04-01 10:09:49 +0100 |
commit | 9f378a163ff9457eb5b0398ea66263a32e58bba2 (patch) | |
tree | c170b92f67514b6ce13025558d59b0ee53047210 | |
parent | a5922546ac1e596fc37dc883cff12a9026f68d27 (diff) | |
download | rtmux-9f378a163ff9457eb5b0398ea66263a32e58bba2.tar.gz rtmux-9f378a163ff9457eb5b0398ea66263a32e58bba2.tar.bz2 rtmux-9f378a163ff9457eb5b0398ea66263a32e58bba2.zip |
3.1-rc4.
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 78fbc8c9..9675660c 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ # configure.ac -AC_INIT([tmux], 3.1-rc3) +AC_INIT([tmux], 3.1-rc4) AC_PREREQ([2.60]) AC_CONFIG_AUX_DIR(etc) |