diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2014-04-17 23:50:24 +0100 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2014-04-17 23:50:24 +0100 |
commit | 12e9c974fadc5ed6f0e7db10c40d5a0d55e0da8a (patch) | |
tree | d86657042dc63b87de7c3f258a5db0d6c199aa42 | |
parent | 024846b4d82ad57e68b64cac2ac12b932a9042d2 (diff) | |
parent | 248ad8bdb2778ca19748441efb15c5b274256ace (diff) | |
download | rtmux-12e9c974fadc5ed6f0e7db10c40d5a0d55e0da8a.tar.gz rtmux-12e9c974fadc5ed6f0e7db10c40d5a0d55e0da8a.tar.bz2 rtmux-12e9c974fadc5ed6f0e7db10c40d5a0d55e0da8a.zip |
Merge branch 'master' of ssh://git.code.sf.net/p/tmux/tmux-code
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index a23e3aea..7cc1ac5d 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ # $Id$ # Miscellaneous autofoo bullshit. -AC_INIT(tmux, 1.10) +AC_INIT(tmux, 2.0) AC_CONFIG_AUX_DIR(etc) AM_INIT_AUTOMAKE([foreign subdir-objects]) |