diff options
author | pjmattal <pjmattal> | 2005-08-05 03:59:36 +0000 |
---|---|---|
committer | pjmattal <pjmattal> | 2005-08-05 03:59:36 +0000 |
commit | ab525e309b6dd848003efd03360aed8f25390771 (patch) | |
tree | 29176a3024c202e178b81d3323cc3b24b0b1bfe2 /web | |
parent | 620937ebfc09a9d8c8f54d3cada4bb0ad229b7d8 (diff) | |
download | aurweb-ab525e309b6dd848003efd03360aed8f25390771.tar.xz |
updated version info to 1.2.2
Diffstat (limited to 'web')
-rw-r--r-- | web/html/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/html/index.php b/web/html/index.php index 9fbc9ac..17eba3c 100644 --- a/web/html/index.php +++ b/web/html/index.php @@ -260,6 +260,6 @@ print "</tr>\n"; print "</table>\n"; # End Table 1 -html_footer("<b>Version 1.2.1</b> \$Id$"); +html_footer("<b>Version 1.2.2</b> \$Id$"); # vim: ts=2 sw=2 noet ft=php ?> |