diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2017-05-09 22:53:36 +0100 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2017-05-09 22:53:36 +0100 |
commit | 7b176188907edc2845e740a6eeeef78bb7b18f45 (patch) | |
tree | c739f94a8e0b68811d45182b537491094341d758 /configure.ac | |
parent | 71bc255e6f75d78a5cf5284cfa59c75d4f67ba4c (diff) | |
download | rtmux-7b176188907edc2845e740a6eeeef78bb7b18f45.tar.gz rtmux-7b176188907edc2845e740a6eeeef78bb7b18f45.tar.bz2 rtmux-7b176188907edc2845e740a6eeeef78bb7b18f45.zip |
2.5-rc and changes.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 14a286b8..f7bb2e9f 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ # configure.ac -AC_INIT(tmux, master) +AC_INIT(tmux, 2.5-rc) AC_PREREQ([2.60]) AC_CONFIG_AUX_DIR(etc) |