]> git.ipfire.org Git - thirdparty/sqlite.git/commitdiff
Do not insert the date and time of generation into the amalgamation.
authordrh <drh@noemail.net>
Mon, 2 Nov 2009 18:01:50 +0000 (18:01 +0000)
committerdrh <drh@noemail.net>
Mon, 2 Nov 2009 18:01:50 +0000 (18:01 +0000)
FossilOrigin-Name: 9f6cf13dfbe6f1fe0c05a9c5df557ae20dc08cbd

manifest
manifest.uuid
tool/mksqlite3c.tcl

index 62da5639808aee8a0de8fc2e547831cc7a39bd91..9dfa94411def0e8568d415691e55c498bf7b4af8 100644 (file)
--- a/manifest
+++ b/manifest
@@ -1,8 +1,8 @@
 -----BEGIN PGP SIGNED MESSAGE-----
 Hash: SHA1
 
-C Update\sthe\sconfigure\sscript\sfor\sversion\s3.6.20.
-D 2009-11-02T17:40:08
+C Do\snot\sinsert\sthe\sdate\sand\stime\sof\sgeneration\sinto\sthe\samalgamation.
+D 2009-11-02T18:01:50
 F Makefile.arm-wince-mingw32ce-gcc fcd5e9cd67fe88836360bb4f9ef4cb7f8e2fb5a0
 F Makefile.in a77dfde96ad86aafd3f71651a4333a104debe86a
 F Makefile.linux-gcc d53183f4aa6a9192d249731c90dbdffbd2c68654
@@ -748,7 +748,7 @@ F tool/lempar.c 2ed70b3fc896a47e07fedfe543324f008f53d223
 F tool/mkkeywordhash.c 8c9f8e3253555101aaa4bf7a0459cbfc8ddc41cc
 F tool/mkopts.tcl 66ac10d240cc6e86abd37dc908d50382f84ff46e
 F tool/mkspeedsql.tcl a1a334d288f7adfe6e996f2e712becf076745c97
-F tool/mksqlite3c.tcl 69dc8842a88d1f84c141e1a0bd2e42d8e859397f
+F tool/mksqlite3c.tcl a7e87ce780cbf30782bca3fd1197e86f92ae6f24
 F tool/mksqlite3h.tcl eb100dce83f24b501b325b340f8b5eb8e5106b3b
 F tool/mksqlite3internalh.tcl 7b43894e21bcb1bb39e11547ce7e38a063357e87
 F tool/omittest.tcl 27d6f6e3b1e95aeb26a1c140e6eb57771c6d794a
@@ -764,14 +764,14 @@ F tool/speedtest2.tcl ee2149167303ba8e95af97873c575c3e0fab58ff
 F tool/speedtest8.c 2902c46588c40b55661e471d7a86e4dd71a18224
 F tool/speedtest8inst1.c 293327bc76823f473684d589a8160bde1f52c14e
 F tool/vdbe-compress.tcl d70ea6d8a19e3571d7ab8c9b75cba86d1173ff0f
-P 79ab4714e408d01103b277c234b10db50a50352a
-R 42f7fd5edbff1c431ce36484089ce56b
+P f19cb105d929f0a56f9597b6eb33ad96d0f7eddc
+R 222ce2b506b5306f772956b2e9bcc307
 U drh
-Z 40239e4a35454785270df01fee50448d
+Z 61d332dffe9fc2dd5214f98fdef8985a
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1.4.6 (GNU/Linux)
 
-iD8DBQFK7xl7oxKgR168RlERAoaTAJ4nVvcVMxVoT372obBA0JOoNZTHnQCfc4G8
-H3neMKQdIRDC8ZY+8t5IYgI=
-=MIMB
+iD8DBQFK7x6RoxKgR168RlERAlgdAJ9boV/waRTTo1kQPU/vbcOMeGJM0wCfXhJE
+aRHwRgWydLcaVQ7lCTUi9pI=
+=F8Jd
 -----END PGP SIGNATURE-----
index 58afb7443ac8fe4b394a674a725f09ee6e749b9d..090724485e8407c2a704987b81c0170fbe3537e4 100644 (file)
@@ -1 +1 @@
-f19cb105d929f0a56f9597b6eb33ad96d0f7eddc
\ No newline at end of file
+9f6cf13dfbe6f1fe0c05a9c5df557ae20dc08cbd
\ No newline at end of file
index 21cd00aef8dbbda4fe24340522d30b380924bf9e..99dc0d31249a64ba9a1ea377e9ff7e72a08f1457 100644 (file)
@@ -66,8 +66,6 @@ puts $out [subst \
 ** if you want a wrapper to interface SQLite with your choice of programming
 ** language. The code for the "sqlite3" command-line shell is also in a
 ** separate file. This file contains only code for the core SQLite library.
-**
-** This amalgamation was generated on $today.
 */
 #define SQLITE_CORE 1
 #define SQLITE_AMALGAMATION 1}]