1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-12-24 14:17:58 +03:00

Preparations for the release of version 3.2.0. (CVS 2400)

FossilOrigin-Name: 90a00e90663749e5d1f8e28709dfbe981f8afc8b
This commit is contained in:
drh
2005-03-19 14:45:48 +00:00
parent 255d448726
commit 47b4b29b12
10 changed files with 87 additions and 36 deletions

View File

@@ -1,7 +1,7 @@
# This script generates the "docs.html" page that describes various
# sources of documentation available for SQLite.
#
set rcsid {$Id: docs.tcl,v 1.10 2005/03/12 15:55:11 drh Exp $}
set rcsid {$Id: docs.tcl,v 1.11 2005/03/19 14:45:50 drh Exp $}
source common.tcl
header {SQLite Documentation}
puts {
@@ -128,5 +128,10 @@ doc {Compilation Options} {compile.html} {
in order to reduce binary size.
}
doc {Backwards Compatibility} {formatchng.html} {
This document details all of the incompatible changes to the SQLite
file format that have occurred since version 1.0.0.
}
puts {</table>}
footer $rcsid