summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/sqlite3/sqlite-3.5.8-pkgconfig-version.patch
blob: cb5b5ef14602c3dd5688ccefa150230eebb8e624 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff -up sqlite-3.5.8/sqlite3.pc.in.release sqlite-3.5.8/sqlite3.pc.in
--- sqlite-3.5.8/sqlite3.pc.in.release	2008-04-23 09:11:38.000000000 +0300
+++ sqlite-3.5.8/sqlite3.pc.in	2008-04-23 09:11:48.000000000 +0300
@@ -7,7 +7,7 @@ includedir=@includedir@
 
 Name: SQLite
 Description: SQL database engine
-Version: @VERSION@
+Version: @RELEASE@
 Libs: -L${libdir} -lsqlite3
 Libs.private: @LIBS@
 Cflags: -I${includedir}