diff options
author | Tiago Cunha <tcunha@gmx.com> | 2011-07-09 16:24:44 +0000 |
---|---|---|
committer | Tiago Cunha <tcunha@gmx.com> | 2011-07-09 16:24:44 +0000 |
commit | d86c6b2fffa4da0aee18b9baa3dcc254a42a77d0 (patch) | |
tree | 6d90aedf5cdab6e82c55f1405f8db7673dfd75ab | |
parent | 5175db270d34713982f3e80a07cc08269fb77a6b (diff) | |
download | rtmux-d86c6b2fffa4da0aee18b9baa3dcc254a42a77d0.tar.gz rtmux-d86c6b2fffa4da0aee18b9baa3dcc254a42a77d0.tar.bz2 rtmux-d86c6b2fffa4da0aee18b9baa3dcc254a42a77d0.zip |
Bump version and create a debug build by default.
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 0fcfa325..b9ad0af5 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ # $Id$ # Miscellaneous autofoo bullshit. -AC_INIT(tmux, 1.5) +AC_INIT(tmux, 1.6) AC_CONFIG_AUX_DIR(etc) AM_INIT_AUTOMAKE([foreign]) @@ -40,7 +40,7 @@ AC_CHECK_HEADERS( ) # Is this a debug build? -#found_debug=yes +found_debug=yes AC_ARG_ENABLE( debug, AC_HELP_STRING(--enable-debug, create a debug build), |