aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2022-06-01 08:50:54 +0100
committerNicholas Marriott <nicholas.marriott@gmail.com>2022-06-01 08:50:54 +0100
commitb566cd57bfa0d28fcc2e44e5a7b2e88433a5e016 (patch)
tree14929c02496965376c1766d67cfc7083dfb986b9
parent87fe00e8b44901240fc22d7120c1b31e4331f6f5 (diff)
downloadrtmux-b566cd57bfa0d28fcc2e44e5a7b2e88433a5e016.tar.gz
rtmux-b566cd57bfa0d28fcc2e44e5a7b2e88433a5e016.tar.bz2
rtmux-b566cd57bfa0d28fcc2e44e5a7b2e88433a5e016.zip
Now back to 3.4.
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 542ae67f..276f71c8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
# configure.ac
-AC_INIT([tmux], 3.3)
+AC_INIT([tmux], next-3.4)
AC_PREREQ([2.60])
AC_CONFIG_AUX_DIR(etc)