diff options
author | pjmattal <pjmattal> | 2005-08-05 05:59:36 +0200 |
---|---|---|
committer | pjmattal <pjmattal> | 2005-08-05 05:59:36 +0200 |
commit | ab525e309b6dd848003efd03360aed8f25390771 (patch) | |
tree | 29176a3024c202e178b81d3323cc3b24b0b1bfe2 | |
parent | 620937ebfc09a9d8c8f54d3cada4bb0ad229b7d8 (diff) | |
download | aur-ab525e309b6dd848003efd03360aed8f25390771.tar.gz aur-ab525e309b6dd848003efd03360aed8f25390771.tar.xz |
updated version info to 1.2.2
-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 4ab6b1db..8511d0a8 100644 --- a/VERSIONS.txt +++ b/VERSIONS.txt @@ -7,3 +7,4 @@ Version 1.0.3 = Revision 178 (5/16/05) Version 1.1 = Revision 194 (6/10/05) Version 1.2 = Revision 214 (7/30/05) Version 1.2.1 = Revision 222 (8/2/05) +Version 1.2.2 = Revision 224 (8/4/05) diff --git a/web/html/index.php b/web/html/index.php index 9fbc9ac5..17eba3cb 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 ?> |