summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2019-05-28 15:46:17 +0100
committerNicholas Marriott <nicholas.marriott@gmail.com>2019-05-28 15:46:17 +0100
commit05d07413ff825553e65e24f4561ce3c97081b375 (patch)
tree66c897f52746797acd5294fe037af446b5d4ff4c
parentb8360504f36101b086736f98b9ad1feb574a9c07 (diff)
3.0-rc.
-rw-r--r--CHANGES2
-rw-r--r--configure.ac2
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)