From 05d07413ff825553e65e24f4561ce3c97081b375 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Tue, 28 May 2019 15:46:17 +0100 Subject: [PATCH] 3.0-rc. --- CHANGES | 2 +- configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES b/CHANGES index ddeebeee..097d7228 100644 --- a/CHANGES +++ b/CHANGES @@ -1,4 +1,4 @@ -CHANGES FROM 2.9 to X.X +CHANGES FROM 2.9 to 3.0 * Add an addition form of string syntax in the configuration file - {}. This means commands that take other commands as string arguments can be expressed diff --git a/configure.ac b/configure.ac index 0795bd64..2c1a8945 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ # configure.ac -AC_INIT([tmux], next-3.0) +AC_INIT([tmux], 3.0-rc) AC_PREREQ([2.60]) AC_CONFIG_AUX_DIR(etc)