summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2013-03-26 20:33:10 +0000
committerThomas Adam <thomas@xteddy.org>2013-03-26 20:33:10 +0000
commit5fe0576dcbf47954957007296839e43471b088f9 (patch)
treed094ca3615beedb04c766f5e81c7be54d82fd105
parent1b083aa0fd2d8ac000504488135bf58e35c3361e (diff)
Working on 1.9
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index c0ef34c6..f00937f0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
# $Id$
# Miscellaneous autofoo bullshit.
-AC_INIT(tmux, 1.8)
+AC_INIT(tmux, 1.9)
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),