From 8f30307ab1b99ade92a4f8972b4b25a4074178ad Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 8 Sep 2017 09:48:26 +0200 Subject: v2.4.10 --- php-nette-di.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'php-nette-di.spec') diff --git a/php-nette-di.spec b/php-nette-di.spec index 4ef6a10..3dddc2e 100644 --- a/php-nette-di.spec +++ b/php-nette-di.spec @@ -6,7 +6,7 @@ # # Please, preserve the changelog entries # -%global gh_commit 25437788ff126d0ae6b1f2f684ecdd823812abba +%global gh_commit a4b3be935b755f23aebea1ce33d7e3c832cdff98 #global gh_date 20150728 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner nette @@ -17,7 +17,7 @@ %global with_tests 0%{!?_without_tests:1} Name: php-%{gh_owner}-%{gh_project} -Version: 2.4.9 +Version: 2.4.10 %global specrel 1 Release: %{?gh_date:1%{specrel}.%{?prever}%{!?prever:%{gh_date}git%{gh_short}}}%{!?gh_date:%{specrel}}%{?dist} Summary: Nette Dependency Injection Component @@ -142,6 +142,9 @@ exit $ret %changelog +* Fri Sep 8 2017 Remi Collet - 2.4.10-1 +- Update to 2.4.10 + * Sat Aug 5 2017 Remi Collet - 2.4.9-1 - Update to 2.4.9 -- cgit