From 22394b68fd41e2e5399c60e69874e4fc8f845eab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaime=20Pe=CC=81rez=20Crespo?= <jaime.perez@uninett.no> Date: Tue, 26 Nov 2019 16:21:55 +0100 Subject: [PATCH] Bump version MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jaime PeĚrez Crespo <jaime.perez@uninett.no> --- extra/simplesamlphp.spec | 2 +- lib/SimpleSAML/Configuration.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/extra/simplesamlphp.spec b/extra/simplesamlphp.spec index 6cb3dcd45..543d0c8ec 100644 --- a/extra/simplesamlphp.spec +++ b/extra/simplesamlphp.spec @@ -1,6 +1,6 @@ %define name simplesamlphp %define summary SAML IDP/SP written in PHP -%define version 1.18.1 +%define version 1.18.2 %define release 1 %define license LGPL 2.1 %define group Networking/WWW diff --git a/lib/SimpleSAML/Configuration.php b/lib/SimpleSAML/Configuration.php index 7088a4198..9759d64f9 100644 --- a/lib/SimpleSAML/Configuration.php +++ b/lib/SimpleSAML/Configuration.php @@ -426,7 +426,7 @@ class Configuration implements Utils\ClearableState */ public function getVersion() { - return '1.18.1'; + return '1.18.2'; } -- GitLab