From 0a4b8ffe0cd775cce7a2366c8363d29d617b8e60 Mon Sep 17 00:00:00 2001 From: Slava Monich Date: Thu, 11 Jun 2015 10:48:09 +0300 Subject: [PATCH] Version 1.1 --- rpm/libusb-moded-qt5.spec | 2 +- src/src.pro | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/rpm/libusb-moded-qt5.spec b/rpm/libusb-moded-qt5.spec index a542f4c..cda77ad 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.0 +Version: 1.1 Release: 1 Group: System/Libraries License: BSD diff --git a/src/src.pro b/src/src.pro index 6ab38f1..3212eba 100644 --- a/src/src.pro +++ b/src/src.pro @@ -2,6 +2,7 @@ TEMPLATE = lib TARGET = usb-moded-qt5 CONFIG += link_pkgconfig PKGCONFIG += usb_moded +VERSION = 1.1 QT += dbus QT -= gui