diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2014-02-21 08:03:42 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2014-02-21 08:03:42 +0000 |
commit | c310212d28947f35595d945936e04148a39246d8 (patch) | |
tree | 93447903c46b28e0bafe6fa234dc245d72bd00a0 /configure.ac | |
parent | 94d99d54629b182a4266d918ccf80e4daee4567b (diff) | |
parent | 9120df33efdbaac82c152ed3d5995e2be7a70411 (diff) | |
download | rtmux-c310212d28947f35595d945936e04148a39246d8.tar.gz rtmux-c310212d28947f35595d945936e04148a39246d8.tar.bz2 rtmux-c310212d28947f35595d945936e04148a39246d8.zip |
Merge branch 'master' of ssh://git.code.sf.net/p/tmux/tmux-code
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 f646a0d0..fec79043 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ # $Id$ # Miscellaneous autofoo bullshit. -AC_INIT(tmux, 1.9) +AC_INIT(tmux, 1.10) AC_CONFIG_AUX_DIR(etc) AM_INIT_AUTOMAKE([foreign subdir-objects]) |