diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2021-04-13 06:28:16 +0100 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2021-04-13 06:28:16 +0100 |
commit | 30cf20d6153924d031fefde1e4ca7cfe31b32d88 (patch) | |
tree | 37cdd8a5cf0aa8e47e39b04383c08d092aa62b54 /configure.ac | |
parent | c2048c5c65aea99f2b79290b87635cb1d90863a6 (diff) | |
download | rtmux-30cf20d6153924d031fefde1e4ca7cfe31b32d88.tar.gz rtmux-30cf20d6153924d031fefde1e4ca7cfe31b32d88.tar.bz2 rtmux-30cf20d6153924d031fefde1e4ca7cfe31b32d88.zip |
Update CHANGES.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index b8762e2f..c1915f50 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ # configure.ac -AC_INIT([tmux], 3.2-rc5) +AC_INIT([tmux], 3.2) AC_PREREQ([2.60]) AC_CONFIG_AUX_DIR(etc) |