From 938d91d2c37f8837e5e808c9315f551ac7bc4636 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Tue, 16 Sep 2014 04:33:34 +0100 Subject: Tweak www and add RELEASE variable for current release version so we don't need to turn it back and forth when updating. --- configure.ac | 2 ++ 1 file changed, 2 insertions(+) (limited to 'configure.ac') 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]) -- cgit