From 703d692cbb8b6c1f508d3a37428334d3c8cde3c6 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 28 Oct 2019 09:09:41 +0100 Subject: v2.4.0 --- phan.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/phan.spec b/phan.spec index 68a9fd3..ef92ad4 100644 --- a/phan.spec +++ b/phan.spec @@ -10,14 +10,14 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit 96a7b3c055653f6e4e7b9702148cc95688dc4245 +%global gh_commit 9670327691736be2581394fd34a89df0ff008d17 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner phan #global gh_date 20150820 %global gh_project phan %global psr0 Phan %global with_tests 0%{!?_without_tests:1} -%global upstream_version 2.3.1 +%global upstream_version 2.4.0 #global upstream_prever RC2 Name: %{gh_project} @@ -234,6 +234,9 @@ EOF %changelog +* Mon Oct 28 2019 Remi Collet - 2.4.0-1 +- update to 2.4.0 + * Mon Oct 21 2019 Remi Collet - 2.3.1-1 - update to 2.3.1 -- cgit