summaryrefslogtreecommitdiffstats
path: root/Makefile.am
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 /Makefile.am
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 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 9fcb45f0..04107abd 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -267,4 +267,4 @@ update-index.html:
convert "$$i" -resize 200x150 "small-$$i"; \
done \
)
- sed "s/%%VERSION%%/${VERSION}/g" www/index.html.in >www/index.html
+ sed "s/%%RELEASE%%/${RELEASE}/g" www/index.html.in >www/index.html