From 4f7a5d1e4000970c1baeda8460ef64195962747d Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Tue, 26 Mar 2019 14:37:27 +0000 Subject: 2.9 bits. --- CHANGES | 2 +- configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES b/CHANGES index 55fc012b..d32a94d8 100644 --- a/CHANGES +++ b/CHANGES @@ -1,4 +1,4 @@ -CHANGES FROM 2.8 to X.X +CHANGES FROM 2.8 to 2.9 * Add format variables for the default formats in the various modes (tree_mode_format and so on) and add a -a flag to display-message to list diff --git a/configure.ac b/configure.ac index 1a3ba43c..453e734b 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ # configure.ac -AC_INIT([tmux], next-2.9) +AC_INIT([tmux], 2.9-rc) AC_PREREQ([2.60]) AC_CONFIG_AUX_DIR(etc) -- cgit v1.2.3