From: drh Date: Mon, 2 Nov 2009 18:01:50 +0000 (+0000) Subject: Do not insert the date and time of generation into the amalgamation. X-Git-Tag: fts3-refactor~46 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=539a20fa7cd2c80245f2b5f9ff12ab2657de28e9;p=thirdparty%2Fsqlite.git Do not insert the date and time of generation into the amalgamation. FossilOrigin-Name: 9f6cf13dfbe6f1fe0c05a9c5df557ae20dc08cbd --- diff --git a/manifest b/manifest index 62da563980..9dfa94411d 100644 --- 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----- diff --git a/manifest.uuid b/manifest.uuid index 58afb7443a..090724485e 100644 --- a/manifest.uuid +++ b/manifest.uuid @@ -1 +1 @@ -f19cb105d929f0a56f9597b6eb33ad96d0f7eddc \ No newline at end of file +9f6cf13dfbe6f1fe0c05a9c5df557ae20dc08cbd \ No newline at end of file diff --git a/tool/mksqlite3c.tcl b/tool/mksqlite3c.tcl index 21cd00aef8..99dc0d3124 100644 --- a/tool/mksqlite3c.tcl +++ b/tool/mksqlite3c.tcl @@ -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}]