aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordan <dan@noemail.net>2013-08-27 15:41:09 +0000
committerdan <dan@noemail.net>2013-08-27 15:41:09 +0000
commit0dd8b87955819cfaef99603f17290fb289d9385e (patch)
treee059824d51376a777a1d8b984af62f51ab9d84f5
parent59b08dd449760338d04d19f6f34847e9a92b1bd8 (diff)
downloadsqlite-0dd8b87955819cfaef99603f17290fb289d9385e.tar.gz
sqlite-0dd8b87955819cfaef99603f17290fb289d9385e.zip
Update sqlite3.pc.in to use @PACKAGE_VERSION@ instead of @RELEASE@.
FossilOrigin-Name: 2460dfd8825d251e622e866e8dc1c0bf7fe7ec9f
-rw-r--r--manifest14
-rw-r--r--manifest.uuid2
-rw-r--r--sqlite3.pc.in2
3 files changed, 9 insertions, 9 deletions
diff --git a/manifest b/manifest
index c091ea3ce..bf7e78d21 100644
--- a/manifest
+++ b/manifest
@@ -1,5 +1,5 @@
-C In\sthe\sANALYZE\scommand\simplementation\smake\sstatInit()\sa\s2-value\sfunction\nsince\sthe\s3rd\sparameter\swas\salways\sthe\ssame\sconstant.
-D 2013-08-27T14:14:14.669
+C Update\ssqlite3.pc.in\sto\suse\s@PACKAGE_VERSION@\sinstead\sof\s@RELEASE@.
+D 2013-08-27T15:41:09.212
F Makefile.arm-wince-mingw32ce-gcc d6df77f1f48d690bd73162294bbba7f59507c72f
F Makefile.in 5e41da95d92656a5004b03d3576e8b226858a28e
F Makefile.linux-gcc 91d710bdc4998cb015f39edf3cb314ec4f4d7e23
@@ -155,7 +155,7 @@ F mptest/multiwrite01.test 499ad0310da8dff8e8f98d2e272fc2a8aa741b2e
F spec.template 86a4a43b99ebb3e75e6b9a735d5fd293a24e90ca
F sqlite.pc.in 42b7bf0d02e08b9e77734a47798d1a55a9e0716b
F sqlite3.1 6be1ad09113570e1fc8dcaff84c9b0b337db5ffc
-F sqlite3.pc.in ae6f59a76e862f5c561eb32a380228a02afc3cad
+F sqlite3.pc.in 48fed132e7cb71ab676105d2a4dc77127d8c1f3a
F src/alter.c 2af0330bb1b601af7a7789bf7229675fd772a083
F src/analyze.c ce2a3385ac05f61e07d384b1c7e8c52e6ef1a3a6
F src/attach.c fea00cab11c854646a27641a263f5876569a51f9
@@ -1107,7 +1107,7 @@ F tool/warnings-clang.sh f6aa929dc20ef1f856af04a730772f59283631d4
F tool/warnings.sh fbc018d67fd7395f440c28f33ef0f94420226381
F tool/wherecosttest.c f407dc4c79786982a475261866a161cd007947ae
F tool/win/sqlite.vsix 97894c2790eda7b5bce3cc79cb2a8ec2fde9b3ac
-P a32af0abe5fa6d570604fa3534e8230d5b6042fc
-R 5b1a9e2b24a504e796d0e448f0b689ac
-U drh
-Z 459d7705f4f327bb53f4cbbd349b98f8
+P 959bb5acdc3b4e2b481e3c38f20867131bfc9dbc
+R 2e3b4a437bff68926c962c9ab6977363
+U dan
+Z 665cf10c770598d3c963d389b4e25d18
diff --git a/manifest.uuid b/manifest.uuid
index 08b8f406e..c8cd2432d 100644
--- a/manifest.uuid
+++ b/manifest.uuid
@@ -1 +1 @@
-959bb5acdc3b4e2b481e3c38f20867131bfc9dbc \ No newline at end of file
+2460dfd8825d251e622e866e8dc1c0bf7fe7ec9f \ No newline at end of file
diff --git a/sqlite3.pc.in b/sqlite3.pc.in
index c8d0aa9d5..3799671e6 100644
--- a/sqlite3.pc.in
+++ b/sqlite3.pc.in
@@ -7,7 +7,7 @@ includedir=@includedir@
Name: SQLite
Description: SQL database engine
-Version: @RELEASE@
+Version: @PACKAGE_VERSION@
Libs: -L${libdir} -lsqlite3
Libs.private: @LIBS@
Cflags: -I${includedir}