diff options
author | pjmattal <pjmattal> | 2005-04-22 04:39:34 +0000 |
---|---|---|
committer | pjmattal <pjmattal> | 2005-04-22 04:39:34 +0000 |
commit | bce37d02bbf7e9dbc055cb5b19634cb3e9e3b9d8 (patch) | |
tree | 16e45d5dc9c009f71790f6dc834d61569c8cd87a | |
parent | da50574c69dc88d2fd5180083c63f1996a7a5bb9 (diff) | |
download | aurweb-bce37d02bbf7e9dbc055cb5b19634cb3e9e3b9d8.tar.xz |
added version stuff
-rw-r--r-- | VERSIONS.txt | 1 | ||||
-rw-r--r-- | web/html/index.php | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/VERSIONS.txt b/VERSIONS.txt index aa43430..50aa0d0 100644 --- a/VERSIONS.txt +++ b/VERSIONS.txt @@ -1,3 +1,4 @@ Versions of AUR Mapped to Subversion Revisions ---------------------------------------------- Version 1.0 = Revision 146 = at Launch (4/11/05) +Version 1.0.1 = Revision 157 (4/22/05) diff --git a/web/html/index.php b/web/html/index.php index 8fa206b..e1167f0 100644 --- a/web/html/index.php +++ b/web/html/index.php @@ -123,6 +123,6 @@ print "</tr>\n"; print "</table>\n"; -html_footer("\$Id$"); +html_footer("<b>Version 1.0.1</b> \$Id$"); # vim: ts=2 sw=2 noet ft=php ?> |