diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2018-10-17 19:29:35 +0100 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2018-10-17 19:29:35 +0100 |
commit | 01918cb0170e07288d3aec624516e6470bf5b7fc (patch) | |
tree | 0a2b5d2efb6435e817224570b8cf3fcfa57f95f2 | |
parent | aa6e6fa0f2a6ad5f5fbec4ab55a6bc52df56df1a (diff) | |
download | rtmux-01918cb0170e07288d3aec624516e6470bf5b7fc.tar.gz rtmux-01918cb0170e07288d3aec624516e6470bf5b7fc.tar.bz2 rtmux-01918cb0170e07288d3aec624516e6470bf5b7fc.zip |
tmux 2.8.
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index f96c53c9..2d9fad77 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ # configure.ac -AC_INIT(tmux, 2.8-rc) +AC_INIT(tmux, 2.8) AC_PREREQ([2.60]) AC_CONFIG_AUX_DIR(etc) |