summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2014-09-16 04:33:34 +0100
committerNicholas Marriott <nicholas.marriott@gmail.com>2014-09-16 04:33:34 +0100
commit938d91d2c37f8837e5e808c9315f551ac7bc4636 (patch)
treec03ab1ccc1d3e5814e5f88d68b264717de328f0a /configure.ac
parent93fe1b8659bb74a2931b857d8ba1231e151b770c (diff)
Tweak www and add RELEASE variable for current release version so we don't need
to turn it back and forth when updating.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 17cd0da6..b524ff8e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,6 +2,8 @@
# Miscellaneous autofoo bullshit.
AC_INIT(tmux, 2.0)
+RELEASE=1.9a
+AC_SUBST(RELEASE)
AC_CONFIG_AUX_DIR(etc)
AM_INIT_AUTOMAKE([foreign subdir-objects])