From 0a913b09cfa9ab35c872ebea3e05ab8eb5de6ae0 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Tue, 26 Mar 2019 14:38:20 +0000 Subject: [PATCH] For 3.0. --- CHANGES | 4 ++++ configure.ac | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index d32a94d8..b028e7d8 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,7 @@ +CHANGES FROM 2.9 to X.X + +XXX + CHANGES FROM 2.8 to 2.9 * Add format variables for the default formats in the various modes diff --git a/configure.ac b/configure.ac index 453e734b..1e7578ee 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ # configure.ac -AC_INIT([tmux], 2.9-rc) +AC_INIT([tmux], next-3.0) AC_PREREQ([2.60]) AC_CONFIG_AUX_DIR(etc)