diff options
author | pjmattal <pjmattal> | 2005-08-08 11:17:01 +0000 |
---|---|---|
committer | pjmattal <pjmattal> | 2005-08-08 11:17:01 +0000 |
commit | c2c143399ecf10bc4d2e37fa9a061fd21d08c4e2 (patch) | |
tree | f8e06aea00363bb283d9b783b1d924d78a3e8849 | |
parent | 2950b79c0ba4c645186ae65f484c6dfaf6ad1cb9 (diff) | |
download | aurweb-c2c143399ecf10bc4d2e37fa9a061fd21d08c4e2.tar.xz |
added language for release 1.2.4
-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 a51e58e..e4bfc3a 100644 --- a/VERSIONS.txt +++ b/VERSIONS.txt @@ -9,3 +9,4 @@ 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) Version 1.2.3 = Revision 226 (8/5/05) +Version 1.2.4 = Revision 231 (8/8/05) diff --git a/web/html/index.php b/web/html/index.php index 9b30873..1d5428f 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.3</b> \$Id$"); +html_footer("<b>Version 1.2.4</b> \$Id$"); # vim: ts=2 sw=2 noet ft=php ?> |