diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2020-07-03 12:03:25 +0100 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2020-07-03 12:03:25 +0100 |
commit | a109e839d1275f9e3b593c87f4b84f1d277a84e5 (patch) | |
tree | ae99111d17a65da52b58c49103ae7250871735b3 | |
parent | 6b01eac774640a70ec70cd596960ffc19ec909fd (diff) | |
download | rtmux-a109e839d1275f9e3b593c87f4b84f1d277a84e5.tar.gz rtmux-a109e839d1275f9e3b593c87f4b84f1d277a84e5.tar.bz2 rtmux-a109e839d1275f9e3b593c87f4b84f1d277a84e5.zip |
Fix version.
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index b698526d..a62029b3 100644 --- a/configure.ac +++ b/configure.ac @@ -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) |