This commit is contained in:
Nicholas Marriott 2019-05-28 15:46:17 +01:00
parent b8360504f3
commit 05d07413ff
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
CHANGES FROM 2.9 to X.X
CHANGES FROM 2.9 to 3.0
* Add an addition form of string syntax in the configuration file - {}. This
means commands that take other commands as string arguments can be expressed

View File

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