diff options
author | khoff <khoff> | 2003-08-05 00:32:35 +0000 |
---|---|---|
committer | khoff <khoff> | 2003-08-05 00:32:35 +0000 |
commit | d38d8201fb8d7f18b199cf8805c17c0121dd1288 (patch) | |
tree | e1e912785ca73fc60d8584312f2a82d4cc611ad7 | |
parent | 58d44fbe5eb9ab32e6d87063a4a3b22ddba9a828 (diff) |
Fixed %%%VERSION%%% tag
-rw-r--r-- | httemplate/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/index.html b/httemplate/index.html index 1895f2912..3e87af716 100644 --- a/httemplate/index.html +++ b/httemplate/index.html @@ -11,7 +11,7 @@ </td><td> <font color="#ff0000" size=7>freeside main menu</font> </td><td align=right valign=bottom> - version 1.5.0pre2 + version %%%VERSION%%% <BR><A HREF="http://www.sisd.com/freeside">Freeside home page</A> <BR><A HREF="docs/">Documentation</A> </td></tr> |