1
0
mirror of https://github.com/tmux/tmux.git synced 2025-04-10 19:18:48 +00:00

Fix version.

This commit is contained in:
Nicholas Marriott 2020-07-03 12:03:25 +01:00
parent 6b01eac774
commit a109e839d1

View File

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