diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2019-05-01 07:12:14 +0100 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2019-05-01 07:12:14 +0100 |
commit | e36d6ee06afe6ef2467124dc166889c88dfdf341 (patch) | |
tree | 0949dc2b3b2565d29b7e09b9fe0f2944e4bdf6cd | |
parent | 901eed7b71cfb22bc7bd3a1500c74ef4f2fdb095 (diff) | |
download | rtmux-e36d6ee06afe6ef2467124dc166889c88dfdf341.tar.gz rtmux-e36d6ee06afe6ef2467124dc166889c88dfdf341.tar.bz2 rtmux-e36d6ee06afe6ef2467124dc166889c88dfdf341.zip |
Version 2.9a.
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index f04ae14d..c55f55c5 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ # configure.ac -AC_INIT([tmux], 2.9-rc3) +AC_INIT([tmux], 2.9a) AC_PREREQ([2.60]) AC_CONFIG_AUX_DIR(etc) |