aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2019-07-29 11:03:15 +0100
committerNicholas Marriott <nicholas.marriott@gmail.com>2019-07-29 11:03:15 +0100
commit2dd9a4fb9cd73987bdca5b8b2f85ca8b1a6e4e73 (patch)
tree69ab514d4ae6caeb259ce2877454935ffb86524d
parentb8b865fb17caba880b1c178f8c0bdb855cfe98c8 (diff)
downloadrtmux-2dd9a4fb9cd73987bdca5b8b2f85ca8b1a6e4e73.tar.gz
rtmux-2dd9a4fb9cd73987bdca5b8b2f85ca8b1a6e4e73.tar.bz2
rtmux-2dd9a4fb9cd73987bdca5b8b2f85ca8b1a6e4e73.zip
Bump version again.
-rw-r--r--CHANGES4
-rw-r--r--configure.ac2
2 files changed, 5 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index ad50d54c..0c75108c 100644
--- a/CHANGES
+++ b/CHANGES
@@ -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.
diff --git a/configure.ac b/configure.ac
index 21e8926d..5fba1eaf 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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)