From 8dd5a314eb7f2ee4711a8f831e2ae6a0d4e50dd5 Mon Sep 17 00:00:00 2001 From: drh Date: Tue, 22 Jul 2003 12:44:53 +0000 Subject: [PATCH] Fix a typo in the index.html homepage. (CVS 1062) FossilOrigin-Name: 510761cf505222c68ce3404aad94e1cc28b703ed --- manifest | 12 ++++++------ manifest.uuid | 2 +- www/index.tcl | 4 ++-- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/manifest b/manifest index 657c9e3257..a57be2574e 100644 --- a/manifest +++ b/manifest @@ -1,5 +1,5 @@ -C Increment\sthe\sversion\snumber\sand\supdate\sthe\sdocumentation\sin\spreparation\nfor\sthe\s2.8.5\srelease.\s(CVS\s1061) -D 2003-07-22T12:41:59 +C Fix\sa\stypo\sin\sthe\sindex.html\shomepage.\s(CVS\s1062) +D 2003-07-22T12:44:54 F Makefile.in 9ad23ed4ca97f9670c4496432e3fbd4b3760ebde F Makefile.linux-gcc b86a99c493a5bfb402d1d9178dcdc4bd4b32f906 F README f1de682fbbd94899d50aca13d387d1b3fd3be2dd @@ -157,7 +157,7 @@ F www/dynload.tcl 02eb8273aa78cfa9070dd4501dca937fb22b466c F www/faq.tcl 88d3b95d9cd8e374772daa3a646c4d107e7f3e9b F www/fileformat.tcl ae6ccf3ffddb180a5af173cd6ee102169629762b F www/formatchng.tcl ca6cc1cb1bef9bc36f0619049d3c95e749bc6983 -F www/index.tcl 0765e28322b5602bbbcff24b587b09666544c2d8 +F www/index.tcl 64f867e40c1c4a8a0ffe560ec372df737ceeaec5 F www/lang.tcl 5f39bbda1ba38a28f18f97bd98c81f40355393b2 F www/mingw.tcl d96b451568c5d28545fefe0c80bee3431c73f69c F www/nulls.tcl 4ac1c9bbb8a20a76500d18d63b383f51bb7d8be7 @@ -168,7 +168,7 @@ F www/speed.tcl 2f6b1155b99d39adb185f900456d1d592c4832b3 F www/sqlite.tcl 3c83b08cf9f18aa2d69453ff441a36c40e431604 F www/tclsqlite.tcl 1db15abeb446aad0caf0b95b8b9579720e4ea331 F www/vdbe.tcl 9b9095d4495f37697fd1935d10e14c6015e80aa1 -P 1d2fcb017811db90e85d63f2ca76867c00ab8f1b -R ed4427abea3c4e64d4335fc950552416 +P c2115335de4abc25cbc1664d718dc3a6f70ebe6c +R 3cdebdbdf77168c78500a77d55386f84 U drh -Z 4a66bb95ed5ea740f62ddde8c184fe36 +Z a3648b10bfa14d1d7343f282ad7cb7e2 diff --git a/manifest.uuid b/manifest.uuid index 8cd238cfab..63e3e6f621 100644 --- a/manifest.uuid +++ b/manifest.uuid @@ -1 +1 @@ -c2115335de4abc25cbc1664d718dc3a6f70ebe6c \ No newline at end of file +510761cf505222c68ce3404aad94e1cc28b703ed \ No newline at end of file diff --git a/www/index.tcl b/www/index.tcl index df493a258d..e4579deec0 100644 --- a/www/index.tcl +++ b/www/index.tcl @@ -1,7 +1,7 @@ # # Run this TCL script to generate HTML for the index.html file. # -set rcsid {$Id: index.tcl,v 1.76 2003/07/22 12:42:00 drh Exp $} +set rcsid {$Id: index.tcl,v 1.77 2003/07/22 12:44:54 drh Exp $} puts { SQLite: An Embeddable SQL Database Engine @@ -64,7 +64,7 @@ puts {

Features

three functions and one opaque structure.
  • TCL bindings included. Bindings for many other languages - available separately.
  • Simple, well-commented source code.
  • Automated test suite provides near 100% code coverage.
  • -- 2.47.3