From 6525ca51584636ef781bda147d37d5d0d10899e0 Mon Sep 17 00:00:00 2001 From: Thomas Adam Date: Thu, 7 May 2015 00:00:02 +0100 Subject: [PATCH] Start working on 2.1 --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 4a321d5c..cccd656b 100644 --- a/configure.ac +++ b/configure.ac @@ -1,8 +1,8 @@ # $Id$ # Miscellaneous autofoo bullshit. -AC_INIT(tmux, 2.0) -RELEASE=1.9a +AC_INIT(tmux, 2.1) +RELEASE=2.0 AC_SUBST(RELEASE) AC_CONFIG_AUX_DIR(etc)