aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2017-08-29 21:37:51 +0100
committerNicholas Marriott <nicholas.marriott@gmail.com>2017-08-29 21:37:51 +0100
commit2248b886fe8bfc65d42db08350cf2edb380e2473 (patch)
tree86826c6280f2ee0a64989639adc68c1b77c1f741
parent82b30f23226ce6bb19bc89070569a2b92cee4cc8 (diff)
downloadrtmux-2248b886fe8bfc65d42db08350cf2edb380e2473.tar.gz
rtmux-2248b886fe8bfc65d42db08350cf2edb380e2473.tar.bz2
rtmux-2248b886fe8bfc65d42db08350cf2edb380e2473.zip
2.6-rc version.
-rw-r--r--CHANGES2
-rw-r--r--configure.ac2
2 files changed, 2 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index eb86c8af..6cf34d9f 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,4 @@
-CHANGES FROM 2.5 TO master
+CHANGES FROM 2.5 TO 2.6-rc, 29 August 2017
* Reorder how keys are checked to allow keys to be specified that have a
leading escape. GitHub issue 1048.
diff --git a/configure.ac b/configure.ac
index 83c104c3..de52137b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
# configure.ac
-AC_INIT(tmux, master)
+AC_INIT(tmux, 2.6-rc)
AC_PREREQ([2.60])
AC_CONFIG_AUX_DIR(etc)