diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2017-05-09 23:11:01 +0100 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2017-05-09 23:11:01 +0100 |
commit | e82c42661b9294d174249d6464770dd8acdcfc2e (patch) | |
tree | fb2398dbb85376f5120ebd5c37c1e3d609ae8361 | |
parent | 3a47dec42462d78d8bbb8a311927614b73449ae6 (diff) | |
download | rtmux-e82c42661b9294d174249d6464770dd8acdcfc2e.tar.gz rtmux-e82c42661b9294d174249d6464770dd8acdcfc2e.tar.bz2 rtmux-e82c42661b9294d174249d6464770dd8acdcfc2e.zip |
Back to master.
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index f7bb2e9f..14a286b8 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ # configure.ac -AC_INIT(tmux, 2.5-rc) +AC_INIT(tmux, master) AC_PREREQ([2.60]) AC_CONFIG_AUX_DIR(etc) |