aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES4
-rw-r--r--configure.ac2
-rw-r--r--input.c2
3 files changed, 6 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index fc68e973..b8de0213 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,7 @@
+CHANGES FROM 2.7 to master
+
+*
+
CHANGES FROM 2.6 TO 2.7
* Remove EVENT_* variables from environment on platforms where tmux uses them
diff --git a/configure.ac b/configure.ac
index 4eee0eae..f6ed390e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
# configure.ac
-AC_INIT(tmux, 2.7-rc)
+AC_INIT(tmux, master)
AC_PREREQ([2.60])
AC_CONFIG_AUX_DIR(etc)
diff --git a/input.c b/input.c
index b53c39f6..bdfb5a7d 100644
--- a/input.c
+++ b/input.c
@@ -30,7 +30,7 @@
/*
* Based on the description by Paul Williams at:
*
- * http://vt100.net/emu/dec_ansi_parser
+ * https://vt100.net/emu/dec_ansi_parser
*
* With the following changes:
*