aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2012-10-13 12:12:43 +0100
committerThomas Adam <thomas@xteddy.org>2012-10-13 12:12:43 +0100
commit5cdc9591d31fd7d911ab86da6d8c8f09996388c9 (patch)
tree2c4cbbdaaf375849e45b70fcecb7de4e2bb9b2ee
parent2b5c3fc49f9f96dd84fb26f75be7d634ea4c282c (diff)
downloadrtmux-5cdc9591d31fd7d911ab86da6d8c8f09996388c9.tar.gz
rtmux-5cdc9591d31fd7d911ab86da6d8c8f09996388c9.tar.bz2
rtmux-5cdc9591d31fd7d911ab86da6d8c8f09996388c9.zip
Working on 1.8
-rw-r--r--configure.ac4
1 files 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),