From 35a7bd6b2d799abbf000f4d8f9cab3e5567c4065 Mon Sep 17 00:00:00 2001 From: "Otavio R. Piske" Date: Fri, 30 Jun 2017 14:45:20 +0200 Subject: [PATCH] Bumps RPM version to 1.2.0 for release packaging Signed-off-by: Otavio R. Piske --- dist/Makefile | 2 +- dist/paho-c.spec | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dist/Makefile b/dist/Makefile index 3306b6da..685815c5 100644 --- a/dist/Makefile +++ b/dist/Makefile @@ -1,4 +1,4 @@ -VERSION=1.1.0 +VERSION=1.2.0 rpm-prep: mkdir -p ${HOME}/rpmbuild/SOURCES/ diff --git a/dist/paho-c.spec b/dist/paho-c.spec index b7fc3c7f..143ac28a 100644 --- a/dist/paho-c.spec +++ b/dist/paho-c.spec @@ -3,8 +3,8 @@ Summary: MQTT C Client Name: paho-c -Version: 1.1.0 -Release: 1%{?dist} +Version: 1.2.0 +Release: 0%{?dist} License: Eclipse Distribution License 1.0 and Eclipse Public License 1.0 Group: Development/Tools Source: paho-c-%{version}.tar.gz