summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2017-10-05 14:31:23 +0100
committerNicholas Marriott <nicholas.marriott@gmail.com>2017-10-05 14:31:23 +0100
commitbd71cbbe276432ce8869baa0f2d55433e1ab820c (patch)
tree754e3119685fe230bd43ea1df1e992285e78ac87
parent71ec616e4d8b8ccb37991913fbb1e7386dd98f6a (diff)
2.6.2.6
-rw-r--r--CHANGES4
-rw-r--r--configure.ac2
2 files changed, 3 insertions, 3 deletions
diff --git a/CHANGES b/CHANGES
index dc88ae80..b71dc3e5 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,4 @@
-CHANGES FROM 2.5 TO 2.6-rc3, 11 September 2017
+CHANGES FROM 2.5 TO 2.6, 05 October 2017
* Add select-pane -T to set pane title.
@@ -411,7 +411,7 @@ Normal Changes
* Copy mode is exited if the history is cleared whilst in copy-mode.
* 'copy-mode' learned '-e' to exit copy-mode when scrolling to end.
-CHANGES FROM 1.9a TO 2.0, 6 March 2015
+CHANGES FROM 1.9a TO 2.0, 06 March 2015
Incompatible Changes
====================
diff --git a/configure.ac b/configure.ac
index dcbe4a18..ca89e2da 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
# configure.ac
-AC_INIT(tmux, 2.6-rc3)
+AC_INIT(tmux, 2.6)
AC_PREREQ([2.60])
AC_CONFIG_AUX_DIR(etc)