Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(503)

Unified Diff: third_party/sqlite/src/sqlite3.pc.in

Issue 901033002: Import SQLite 3.8.7.4. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Chromium changes to support SQLite 3.8.7.4. Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/sqlite/src/sqlite3.pc.in
diff --git a/third_party/sqlite/src/sqlite3.pc.in b/third_party/sqlite/src/sqlite3.pc.in
index c8d0aa9d5dc9f211f71b4f17c396a615e55d7adc..3799671e613b34a4551d1010c13e334b89123ea1 100644
--- a/third_party/sqlite/src/sqlite3.pc.in
+++ b/third_party/sqlite/src/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}

Powered by Google App Engine
This is Rietveld 408576698