Bump version again.

pull/1869/head
Nicholas Marriott 2019-07-29 11:03:15 +01:00
parent b8b865fb17
commit 2dd9a4fb9c
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
CHANGES FROM 3.0 to X.X
XXX
CHANGES FROM 2.9 to 3.0
* Expand arguments to C and s format modifiers to match the m modifier.

View File

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