summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2015-05-07 00:00:02 +0100
committerThomas Adam <thomas@xteddy.org>2015-05-07 00:00:44 +0100
commit6525ca51584636ef781bda147d37d5d0d10899e0 (patch)
treed0bcdbafe6f2a8c3e383d21cd99b3479b0e4d214 /configure.ac
parente362d42dc68472621d9f8bd09e40cc8f480ad851 (diff)
Start working on 2.1
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files 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)