diff --git a/rpm/nemo-qml-plugin-devicelock.spec b/rpm/nemo-qml-plugin-devicelock.spec index 5e4e330..8258aa3 100644 --- a/rpm/nemo-qml-plugin-devicelock.spec +++ b/rpm/nemo-qml-plugin-devicelock.spec @@ -1,6 +1,6 @@ Name: nemo-qml-plugin-devicelock Summary: Device lock plugin for Nemo Mobile -Version: 0.2.1 +Version: 0.2.21 Release: 1 Group: System/Libraries License: LGPLv2.1 diff --git a/src/nemo-devicelock/lib.pro b/src/nemo-devicelock/lib.pro index 113fb43..8f645ce 100644 --- a/src/nemo-devicelock/lib.pro +++ b/src/nemo-devicelock/lib.pro @@ -61,6 +61,7 @@ target.path = /usr/lib QMAKE_PKGCONFIG_NAME = nemodevicelock QMAKE_PKGCONFIG_DESCRIPTION = Library for Nemo device lock. QMAKE_PKGCONFIG_LIBDIR = $$target.path +QMAKE_PKGCONFIG_VERSION = $$VERSION QMAKE_PKGCONFIG_INCDIR = /usr/include QMAKE_PKGCONFIG_DESTDIR = pkgconfig QMAKE_PKGCONFIG_VERSION = $$VERSION