Tweak www and add RELEASE variable for current release version so we don't need

to turn it back and forth when updating.
This commit is contained in:
Nicholas Marriott
2014-09-16 04:33:34 +01:00
parent 93fe1b8659
commit 938d91d2c3
3 changed files with 8 additions and 7 deletions

View File

@ -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])