summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/gudev/gudev-1.0.pc.in2
-rw-r--r--src/libudev/libudev.pc.in2
-rw-r--r--src/udev/udev.pc.in2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/gudev/gudev-1.0.pc.in b/src/gudev/gudev-1.0.pc.in
index 058262d767..b398baf0c4 100644
--- a/src/gudev/gudev-1.0.pc.in
+++ b/src/gudev/gudev-1.0.pc.in
@@ -5,7 +5,7 @@ includedir=@includedir@
Name: gudev-1.0
Description: GObject bindings for libudev
-Version: @VERSION@
+Version: @UDEV_VERSION@
Requires: glib-2.0, gobject-2.0
Libs: -L${libdir} -lgudev-1.0
Cflags: -I${includedir}/gudev-1.0
diff --git a/src/libudev/libudev.pc.in b/src/libudev/libudev.pc.in
index dad7139c85..8279ccf04a 100644
--- a/src/libudev/libudev.pc.in
+++ b/src/libudev/libudev.pc.in
@@ -12,7 +12,7 @@ includedir=@includedir@
Name: libudev
Description: Library to access udev device information
-Version: @VERSION@
+Version: @UDEV_VERSION@
Libs: -L${libdir} -ludev -lrt
Libs.private:
Cflags: -I${includedir}
diff --git a/src/udev/udev.pc.in b/src/udev/udev.pc.in
index 2079574684..092f1c6ed0 100644
--- a/src/udev/udev.pc.in
+++ b/src/udev/udev.pc.in
@@ -4,4 +4,4 @@ udevdir=@udevlibexecdir@
Name: udev
Description: Part of eudev
-Version: @VERSION@
+Version: @UDEV_VERSION@