1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-30 19:03:16 +03:00

Get the date right. Today is the 27th, not the 25th or the 28th. (CVS 2632)

FossilOrigin-Name: 905b9d6c5e624f35272bf49df0d88ceea2bb73e8
This commit is contained in:
drh
2005-08-27 17:19:33 +00:00
parent f9dc42d870
commit c5ee956611
4 changed files with 11 additions and 11 deletions

View File

@ -25,7 +25,7 @@ proc chng {date desc} {
puts "<DD><P><UL>$desc</UL></P></DD>"
}
chng {2005 August 25 (3.2.5)} {
chng {2005 August 27 (3.2.5)} {
<li>Fix a bug effecting DELETE and UPDATE statements that changed
more than 40960 rows.</li>
<li>Change the makefile so that it no longer requires GNUmake extensions</li>