1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-08-07 02:42:48 +03:00

add version numbering (CVS 132)

FossilOrigin-Name: 5ec2b094781bb3c32b0ef0284aa4dc2b26d9e873
This commit is contained in:
drh
2000-08-17 10:22:34 +00:00
parent 167a4b1c90
commit 303aaa78f3
7 changed files with 36 additions and 23 deletions

View File

@@ -17,7 +17,7 @@ proc chng {date desc} {
puts "<DD><P><UL>$desc</UL></P></DD>"
}
chng {2000 Aug 17} {
chng {2000 Aug 17 (Version 1.0)} {
<li>Change the <b>sqlite</b> program so that it can read
databases for which it lacks write permission. (It used to
refuse all access if it could not write.)</li>