summaryrefslogtreecommitdiff
path: root/source4/lib
diff options
context:
space:
mode:
Diffstat (limited to 'source4/lib')
-rw-r--r--source4/lib/policy/policy.pc.in2
-rw-r--r--source4/lib/registry/registry.pc.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/source4/lib/policy/policy.pc.in b/source4/lib/policy/policy.pc.in
index 0ad849ab03..4848cbc8f0 100644
--- a/source4/lib/policy/policy.pc.in
+++ b/source4/lib/policy/policy.pc.in
@@ -7,6 +7,6 @@ Name: policy
Description: Active Directory Group Policy library
Requires: talloc
Requires.private: ldb
-Version: 0.0.1
+Version: @PACKAGE_VERSION@
Libs: -L${libdir} -lpolicy
Cflags: -I${includedir} -DHAVE_IMMEDIATE_STRUCTURES=1
diff --git a/source4/lib/registry/registry.pc.in b/source4/lib/registry/registry.pc.in
index d981a45b2c..386817d4aa 100644
--- a/source4/lib/registry/registry.pc.in
+++ b/source4/lib/registry/registry.pc.in
@@ -7,6 +7,6 @@ Name: registry
Description: Windows-style registry library
Requires: talloc
Requires.private: ldb
-Version: 0.0.1
+Version: @PACKAGE_VERSION@
Libs: -L${libdir} -lregistry
Cflags: -I${includedir} -DHAVE_IMMEDIATE_STRUCTURES=1