2.6-rc version.

pull/1051/head
Nicholas Marriott 2017-08-29 21:37:51 +01:00
parent 82b30f2322
commit 2248b886fe
2 changed files with 2 additions and 2 deletions

View File

@ -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 * Reorder how keys are checked to allow keys to be specified that have a
leading escape. GitHub issue 1048. leading escape. GitHub issue 1048.

View File

@ -1,6 +1,6 @@
# configure.ac # configure.ac
AC_INIT(tmux, master) AC_INIT(tmux, 2.6-rc)
AC_PREREQ([2.60]) AC_PREREQ([2.60])
AC_CONFIG_AUX_DIR(etc) AC_CONFIG_AUX_DIR(etc)