From d86c6b2fffa4da0aee18b9baa3dcc254a42a77d0 Mon Sep 17 00:00:00 2001 From: Tiago Cunha Date: Sat, 9 Jul 2011 16:24:44 +0000 Subject: [PATCH] Bump version and create a debug build by default. --- configure.ac | 4 ++-- 1 file 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),