diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2019-05-28 15:46:17 +0100 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2019-05-28 15:46:17 +0100 |
commit | 05d07413ff825553e65e24f4561ce3c97081b375 (patch) | |
tree | 66c897f52746797acd5294fe037af446b5d4ff4c | |
parent | b8360504f36101b086736f98b9ad1feb574a9c07 (diff) | |
download | rtmux-05d07413ff825553e65e24f4561ce3c97081b375.tar.gz rtmux-05d07413ff825553e65e24f4561ce3c97081b375.tar.bz2 rtmux-05d07413ff825553e65e24f4561ce3c97081b375.zip |
3.0-rc.
-rw-r--r-- | CHANGES | 2 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -CHANGES FROM 2.9 to X.X +CHANGES FROM 2.9 to 3.0 * Add an addition form of string syntax in the configuration file - {}. This means commands that take other commands as string arguments can be expressed diff --git a/configure.ac b/configure.ac index 0795bd64..2c1a8945 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ # configure.ac -AC_INIT([tmux], next-3.0) +AC_INIT([tmux], 3.0-rc) AC_PREREQ([2.60]) AC_CONFIG_AUX_DIR(etc) |