diff --git a/rpm/libusb-moded-qt5.spec b/rpm/libusb-moded-qt5.spec index a45d610..81ec4fc 100644 --- a/rpm/libusb-moded-qt5.spec +++ b/rpm/libusb-moded-qt5.spec @@ -1,7 +1,7 @@ Name: libusb-moded-qt5 Summary: A library of Qt5 bindings for usb_moded -Version: 1.3 +Version: 1.4 Release: 1 Group: System/Libraries License: BSD diff --git a/src/src.pro b/src/src.pro index 3212eba..f3903bc 100644 --- a/src/src.pro +++ b/src/src.pro @@ -2,7 +2,7 @@ TEMPLATE = lib TARGET = usb-moded-qt5 CONFIG += link_pkgconfig PKGCONFIG += usb_moded -VERSION = 1.1 +VERSION = 1.4 QT += dbus QT -= gui