Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/neutrinolabs/libpainter.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPavel Roskin <plroskin@gmail.com>2016-12-04 06:07:12 +0300
committerPavel Roskin <plroskin@gmail.com>2016-12-04 08:51:04 +0300
commit5013c333005171c92a399303231247cb7a23793a (patch)
tree86672fb7184f53c99b9c98da9b0e43068edadfab
parenteb38a0df514432afa8b8a75776bd6a135c0379e0 (diff)
Substitute package version from configure.ac
-rw-r--r--pkgconfig/libpainter.pc.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgconfig/libpainter.pc.in b/pkgconfig/libpainter.pc.in
index 4851d76..d6cd445 100644
--- a/pkgconfig/libpainter.pc.in
+++ b/pkgconfig/libpainter.pc.in
@@ -5,6 +5,6 @@ includedir=@includedir@
Name: libpainter
Description: Library for manipulating memory bitmaps.
-Version: 0.1.0
+Version: @PACKAGE_VERSION@
Libs: -L${libdir} -lpainter
Cflags: -I${includedir}