From ad488e2d03b90ccb51bf4b1d370a3634da90a513 Mon Sep 17 00:00:00 2001 From: Michal Fabik Date: Mon, 24 Aug 2020 14:30:34 +0200 Subject: [PATCH] Release version 1.3.6-1 Created by command: /usr/bin/tito tag --use-version=1.3.6 --- .tito/packages/gnome-abrt | 2 +- gnome-abrt.spec | 2 +- meson.build | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.tito/packages/gnome-abrt b/.tito/packages/gnome-abrt index f3f8dd17..d89d3a66 100644 --- a/.tito/packages/gnome-abrt +++ b/.tito/packages/gnome-abrt @@ -1 +1 @@ -1.3.5-1 ./ +1.3.6-1 ./ diff --git a/gnome-abrt.spec b/gnome-abrt.spec index 2c6ad855..2d1c4fa4 100644 --- a/gnome-abrt.spec +++ b/gnome-abrt.spec @@ -10,7 +10,7 @@ %global shortcommit %(c=%{commit}; echo ${c:0:7}) Name: gnome-abrt -Version: 1.3.5 +Version: 1.3.6 Release: 1%{?snapshot:.git%{shortcommit}}%{?dist} Summary: A utility for viewing problems that have occurred with the system diff --git a/meson.build b/meson.build index b1a0637f..a622d69d 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('gnome-abrt', 'c', meson_version : '>= 0.51.0', license : 'GPL3+', version : '1.3.5') +project('gnome-abrt', 'c', meson_version : '>= 0.51.0', license : 'GPL3+', version : '1.3.6') bindir = get_option('bindir') datadir = get_option('datadir')