]> sourceware.org Git - lvm2.git/commitdiff
Fix libdevmapper-event pkgconfig version string to match libdevmapper.
authorAlasdair Kergon <agk@redhat.com>
Fri, 19 Mar 2010 18:33:55 +0000 (18:33 +0000)
committerAlasdair Kergon <agk@redhat.com>
Fri, 19 Mar 2010 18:33:55 +0000 (18:33 +0000)
WHATS_NEW
daemons/dmeventd/libdevmapper-event.pc.in

index 896f5deca1089eb5464fcd9c203b2197a45751b4..47536018a2b3e2157504732d71015920d6f8d7b3 100644 (file)
--- a/WHATS_NEW
+++ b/WHATS_NEW
@@ -1,5 +1,6 @@
 Version 2.02.63 - 
 ================================
+  Fix libdevmapper-event pkgconfig version string to match libdevmapper.
   Avoid scanning all pvs in the system if operating on a device with mdas.
   Add configure --with-clvmd=singlenode to use clvmd w/o cluster infrastructure.
   Get stacktrace if testsuite test drops core and lvm was built with debugging.
index aacb2613d19a3fd8e5ee5e2ecb22b2460be6a44f..49cad5af784223a6a0be4d19790c2d783ad96549 100644 (file)
@@ -5,7 +5,7 @@ includedir=@includedir@
 
 Name: devmapper-event
 Description: device-mapper event library
-Version: @DM_LIB_VERSION@
+Version: @DM_LIB_PATCHLEVEL@
 Requires: devmapper
 Cflags: -I${includedir}
 Libs: -L${libdir} -ldevmapper-event
This page took 0.040202 seconds and 5 git commands to generate.