From 60bfa6782934d48e847dbacfb05e66d4d9a30a78 Mon Sep 17 00:00:00 2001 From: drh Date: Thu, 3 Aug 2000 15:13:29 +0000 Subject: [PATCH] spelling error (CVS 124) FossilOrigin-Name: 577421e5d370e220b5f228f4c711d49ce95612dc --- manifest | 12 ++++++------ manifest.uuid | 2 +- www/index.tcl | 6 +++--- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/manifest b/manifest index 74f20d8113..95cd5afb40 100644 --- a/manifest +++ b/manifest @@ -1,5 +1,5 @@ -C bug\sfix\s(CVS\s123) -D 2000-08-03T15:09:20 +C spelling\serror\s(CVS\s124) +D 2000-08-03T15:13:30 F COPYRIGHT 74a8a6531a42e124df07ab5599aad63870fa0bd4 F Makefile.in 670aa9413cb2cdcded23b328a9e255c845c41a1e F README 51f6a4e7408b34afa5bc1c0485f61b6a4efb6958 @@ -62,13 +62,13 @@ F www/c_interface.tcl 29593cf77025bab137b7ba64b9459eb5eb6b4873 F www/changes.tcl 4a1aaaaad9a9b4cf3259264955c225b98a9d025d F www/crosscompile.tcl 19734ce7f18b16ff2ed8479412abf8aca56e1dcc F www/fileformat.tcl 1c353d202cc75de55a916a1bab80e7b3cc5660ee -F www/index.tcl 7982d6044d70c51d76e66fab0ce34091fa0fed66 +F www/index.tcl 2ea89f6f90d4d4efd591b9679f0e71a9a4adc2f5 F www/lang.tcl 1645e9107d75709be4c6099b643db235bbe0a151 F www/mingw.tcl fc5f4ba9d336b6e8c97347cc6496d6162461ef60 F www/opcode.tcl cb3a1abf8b7b9be9f3a228d097d6bf8b742c2b6f F www/sqlite.tcl 69781eaffb02e17aa4af28b76a2bedb19baa8e9f F www/vdbe.tcl bcbfc33bcdd0ebad95eab31286adb9e1bc289520 -P b7b90237945d3577caba3a2f5595e52b25027297 -R 45dde58542913e61e7cab05cfd34ec48 +P 4dabf5e4e647f6dcdcfd45d1e885e379357a2d57 +R 32c359deccb869c0c62b7f96f90c83a2 U drh -Z bea34de057ed43e5dbbd37b540669064 +Z e70ff0d215fda57f6188c3a588c372be diff --git a/manifest.uuid b/manifest.uuid index b24a4ebb97..5e812612f6 100644 --- a/manifest.uuid +++ b/manifest.uuid @@ -1 +1 @@ -4dabf5e4e647f6dcdcfd45d1e885e379357a2d57 \ No newline at end of file +577421e5d370e220b5f228f4c711d49ce95612dc \ No newline at end of file diff --git a/www/index.tcl b/www/index.tcl index a74f46a4ea..6f9787193e 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.24 2000/08/02 12:37:18 drh Exp $} +set rcsid {$Id: index.tcl,v 1.25 2000/08/03 15:13:30 drh Exp $} puts { SQLite: An SQL Database Engine Built Atop GDBM @@ -22,14 +22,14 @@ access program (sqlite) and a C library (libsqlite.a) that can be linked with a C/C++ program to provide SQL database access without -an separate RDBMS.

+a separate RDBMS.

Important News Flash!

The SQLite file format was changed in an incompatible way on Aug 2, 2000. If you are updated the library and have databases built using the old version of the library, you should save your -old databases into an ASCII fileformat then reimport those +old databases into an ASCII file then reimport those database using the new library. For example, if you change the name of the old sqlite utility to "old-sqlite" and change the name of the old database directory to "old-db", then