aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2015-10-18 18:19:08 +0100
committerThomas Adam <thomas@xteddy.org>2015-10-18 18:19:08 +0100
commit7c78b2b756a207896406a6e6a857e8cedb851c7e (patch)
treee920b5fb77ad2dcbd6885a271c2cc7d1ac93cdf3
parent310f0a960ca64fa3809545badc629c0c166c6cd2 (diff)
downloadrtmux-7c78b2b756a207896406a6e6a857e8cedb851c7e.tar.gz
rtmux-7c78b2b756a207896406a6e6a857e8cedb851c7e.tar.bz2
rtmux-7c78b2b756a207896406a6e6a857e8cedb851c7e.zip
Start working on tmux 2.2
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 93aae20d..a2b9e054 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
# configure.ac
# Miscellaneous bits.
-AC_INIT(tmux, 2.1)
+AC_INIT(tmux, 2.2)
AC_CONFIG_AUX_DIR(etc)
AM_INIT_AUTOMAKE([foreign subdir-objects])
@@ -24,7 +24,7 @@ AC_PROG_INSTALL
test "$sysconfdir" = '${prefix}/etc' && sysconfdir=/etc
# Is this --enable-debug?
-#found_debug=yes
+found_debug=yes
AC_ARG_ENABLE(
debug,
AC_HELP_STRING(--enable-debug, enable debug build flags),