3.2a version.

This commit is contained in:
Nicholas Marriott 2021-06-10 09:17:46 +01:00
parent bc4681c83d
commit 2ab53d30d0
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
CHANGES FROM 3.2 TO 3.2a
XXX
CHANGES FROM 3.1c TO 3.2
* Add a flag to disable keys to close a message.

View File

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