diff options
author | Remi Collet <remi@remirepo.net> | 2017-09-25 09:39:40 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2017-09-25 09:39:40 +0200 |
commit | 07cd6d4645e01ff11b0eb05d822f0f18d4ca96b3 (patch) | |
tree | 142edd64f8481853fb4a20b24978ef8d91df0d34 /phan.spec | |
parent | b70554727341e560c12a3534c069dd59ecaf8886 (diff) |
v0.8.8
Diffstat (limited to 'phan.spec')
-rw-r--r-- | phan.spec | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -6,7 +6,7 @@ # # Please, preserve the changelog entries # -%global gh_commit e6ee68b7bf97a22acec2cb5a8d441153ab54b3bd +%global gh_commit 9a559221a31526ff2f09947800cd6cc4ba592ac9 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner etsy #global gh_date 20150820 @@ -15,7 +15,7 @@ %global with_tests 0%{!?_without_tests:1} Name: %{gh_project} -Version: 0.8.6 +Version: 0.8.8 Release: 1%{?gh_date?%{gh_date}git%{gh_short}}%{?dist} Summary: A static analyzer for PHP @@ -154,6 +154,9 @@ EOF %changelog +* Mon Sep 25 2017 Remi Collet <remi@remirepo.net> - 0.8.8-1 +- Update to 0.8.8 + * Wed Aug 16 2017 Remi Collet <remi@remirepo.net> - 0.8.6-1 - Update to 0.8.6 |