Version and CHANGES.

This commit is contained in:
Nicholas Marriott
2025-11-26 19:00:17 +00:00
parent 6db6a30ab5
commit ec4b5b52af
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
CHANGES FROM 3.6 TO 3.6a
* Fix compile error on FreeBSD (from Yasuhiro Kimura, issue 4701).
CHANGES FROM 3.5a TO 3.6
* Add seconds options for clock mode (issue 4697).

View File

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