From: drh Date: Fri, 23 Jul 2004 01:10:57 +0000 (+0000) Subject: More fixes to the publish.sh script. (CVS 1863) X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=85a5dfef26158f8455f89792ca688803a0298f8c;p=thirdparty%2Fsqlite.git More fixes to the publish.sh script. (CVS 1863) FossilOrigin-Name: 022e3f56ac5a29f8449d98630c673edda372d221 --- diff --git a/manifest b/manifest index 3be9fef3bc..fa934f5cdd 100644 --- a/manifest +++ b/manifest @@ -1,5 +1,5 @@ -C Version\s2.8.15\s(CVS\s1859) -D 2004-07-22T18:53:52 +C More\sfixes\sto\sthe\spublish.sh\sscript.\s(CVS\s1863) +D 2004-07-23T01:10:57 F Makefile.in ab7b0d5118e2da97bac66be8684a1034e3500f5a F Makefile.linux-gcc b86a99c493a5bfb402d1d9178dcdc4bd4b32f906 F README f1de682fbbd94899d50aca13d387d1b3fd3be2dd @@ -16,7 +16,7 @@ F doc/report1.txt a031aaf37b185e4fa540223cb516d3bccec7eeac F install-sh 9d4de14ab9fb0facae2f48780b874848cbf2f895 F ltmain.sh f6b283068efa69f06eb8aa1fe4bddfdbdeb35826 F main.mk 7dfbd08ac90b15debd84ebd2606f0dbab739a4ab -F publish.sh bcc939e9fbcf702f9e5fce73c2563b42d04a663c +F publish.sh 676960f1b119dae9e0f8200ace7b6c192050850e F spec.template a38492f1c1dd349fc24cb0565e08afc53045304b F sqlite.1 83f4a9d37bdf2b7ef079a82d54eaf2e3509ee6ea F sqlite.def fc4f5734786fe4743cfe2aa98eb2da4b089edb5f @@ -191,7 +191,7 @@ F www/sqlite.tcl 3c83b08cf9f18aa2d69453ff441a36c40e431604 F www/tclsqlite.tcl b9271d44dcf147a93c98f8ecf28c927307abd6da F www/vdbe.tcl 9b9095d4495f37697fd1935d10e14c6015e80aa1 F www/whentouse.tcl a8335bce47cc2fddb07f19052cb0cb4d9129a8e4 -P 81aa41e7d4e36ba3ecc5ce66c73dae5a607a3963 -R b1681d129b888b753215ac51705add9f +P 102ab94167448e062333e15159d8199d08ac2677 +R 5f06733d3db1034bf9383733fac693e9 U drh -Z 9b3187bc6296c2656eaef42b87143ae1 +Z 6d1a45435e911c1388ca722c2f2f199e diff --git a/manifest.uuid b/manifest.uuid index f9be1bd401..d1202c22c8 100644 --- a/manifest.uuid +++ b/manifest.uuid @@ -1 +1 @@ -102ab94167448e062333e15159d8199d08ac2677 \ No newline at end of file +022e3f56ac5a29f8449d98630c673edda372d221 \ No newline at end of file diff --git a/publish.sh b/publish.sh index b4aebd38c5..429f6cee6f 100644 --- a/publish.sh +++ b/publish.sh @@ -146,7 +146,7 @@ i386-mingw32msvc-dllwrap \ -dllname sqlite.dll -lmsvcrt *.o i386-mingw32msvc-strip sqlite.dll zip ../doc/tclsqlite-$VERSW.zip tclsqlite.dll -zip ../doc/sqlite-$VERSW.zip sqlite.dll sqlite.def +zip ../doc/sqlitedll-$VERSW.zip sqlite.dll sqlite.def cd .. # Build the sqlite.exe executable for windows.