summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2014-02-20 21:44:33 +0000
committerThomas Adam <thomas@xteddy.org>2014-02-20 21:44:33 +0000
commit1ab0745f8e6896a815ce7a696d883d4d07c18677 (patch)
tree47f6e1fe55f53d9972b20b9a70f9174244130f1d
parentc5d2de7ec0935b77dc620dfb95a1cf03d53d1aaa (diff)
Working on 1.10
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 4d6f2d1c..fec79043 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
# $Id$
# Miscellaneous autofoo bullshit.
-AC_INIT(tmux, 1.9)
+AC_INIT(tmux, 1.10)
AC_CONFIG_AUX_DIR(etc)
AM_INIT_AUTOMAKE([foreign subdir-objects])
@@ -45,7 +45,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),