diff options
author | Tiago Cunha <tcunha@gmx.com> | 2012-01-23 13:19:08 +0000 |
---|---|---|
committer | Tiago Cunha <tcunha@gmx.com> | 2012-01-23 13:19:08 +0000 |
commit | 74b2eaa73edeb2b4e8eb62fc78aa3455211d2a9a (patch) | |
tree | 30b7283a94d1f591cae963ecd775585e3d963544 | |
parent | e254aeb9f955110ac068751ad20ee2f7917e810f (diff) | |
download | rtmux-74b2eaa73edeb2b4e8eb62fc78aa3455211d2a9a.tar.gz rtmux-74b2eaa73edeb2b4e8eb62fc78aa3455211d2a9a.tar.bz2 rtmux-74b2eaa73edeb2b4e8eb62fc78aa3455211d2a9a.zip |
Working on 1.7.
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index a583429e..f78cfc3a 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ # $Id$ # Miscellaneous autofoo bullshit. -AC_INIT(tmux, 1.6) +AC_INIT(tmux, 1.7) AC_CONFIG_AUX_DIR(etc) AM_INIT_AUTOMAKE([foreign]) |