Fixed version strings.

Added AUR_VERSION to config file, so now we should only need to
change one location. KISS ftw.

Signed-off-by: tardo <tardo@nagi-fanboi.net>
This commit is contained in:
tardo 2007-09-29 22:45:30 -04:00 committed by Paul Mattal
parent 6e49512b4e
commit 881b921eb3
10 changed files with 15 additions and 14 deletions

View file

@ -358,6 +358,6 @@ echo "</div>\n";
# End Table 1
echo " </div>";
echo "</div>";
html_footer("<b>Version 1.4.0</b>");
html_footer(AUR_VERSION);
# vim: ts=2 sw=2 noet ft=php
?>