From b0913f1f03edca747eceb4ab826d24e786f0c802 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 2 Jul 2019 07:15:35 +0200 Subject: v0.0.18 --- php-microsoft-tolerant-php-parser.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/php-microsoft-tolerant-php-parser.spec b/php-microsoft-tolerant-php-parser.spec index ef956ac..1c282b4 100644 --- a/php-microsoft-tolerant-php-parser.spec +++ b/php-microsoft-tolerant-php-parser.spec @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # # Github -%global gh_commit 89386de8dec9c004c8ea832692e236c92f34b542 +%global gh_commit e255aa978b45729094da2a1a6f9954044a244ff2 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner Microsoft %global gh_project tolerant-php-parser @@ -22,7 +22,7 @@ Name: php-%{pk_vendor}-%{pk_name} -Version: 0.0.17 +Version: 0.0.18 Release: 1%{?dist} Summary: Tolerant PHP-to-AST parser @@ -114,6 +114,9 @@ exit $ret %changelog +* Tue Jul 2 2019 Remi Collet - 0.0.18-1 +- update to 0.0.18 + * Mon Mar 11 2019 Remi Collet - 0.0.17-1 - update to 0.0.17 -- cgit