aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2018-08-17 11:46:08 +0100
committerNicholas Marriott <nicholas.marriott@gmail.com>2018-08-17 11:46:08 +0100
commitaf679326b207eb36fb84814a28760fc2e582c2b4 (patch)
treec3fd7b591a6e5ac3720f437b0fcaabfed0470abe
parentaa6e6fa0f2a6ad5f5fbec4ab55a6bc52df56df1a (diff)
downloadrtmux-af679326b207eb36fb84814a28760fc2e582c2b4.tar.gz
rtmux-af679326b207eb36fb84814a28760fc2e582c2b4.tar.bz2
rtmux-af679326b207eb36fb84814a28760fc2e582c2b4.zip
Now master again.
-rw-r--r--CHANGES4
-rw-r--r--configure.ac2
2 files changed, 5 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 519fde84..9e630b38 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,7 @@
+CHANGES FROM 2.8 to master
+
+* ...
+
CHANGES FROM 2.7 to 2.8
* Make display-panes block the client until a pane is chosen or it
diff --git a/configure.ac b/configure.ac
index f96c53c9..5b4bc4a2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
# configure.ac
-AC_INIT(tmux, 2.8-rc)
+AC_INIT(tmux, master)
AC_PREREQ([2.60])
AC_CONFIG_AUX_DIR(etc)