From 5cdc9591d31fd7d911ab86da6d8c8f09996388c9 Mon Sep 17 00:00:00 2001 From: Thomas Adam Date: Sat, 13 Oct 2012 12:12:43 +0100 Subject: [PATCH] Working on 1.8 --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index f78cfc3a..84aec0fb 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ # $Id$ # Miscellaneous autofoo bullshit. -AC_INIT(tmux, 1.7) +AC_INIT(tmux, 1.8) AC_CONFIG_AUX_DIR(etc) AM_INIT_AUTOMAKE([foreign]) @@ -41,7 +41,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),