From 8a4fe192f64046f4080333a57744c9c73456380e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaime=20Pe=CC=81rez=20Crespo?= <jaime.perez@uninett.no> Date: Fri, 2 Aug 2019 13:24:42 +0200 Subject: [PATCH] Bump version. --- 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 340a0cb67..5fc1cc977 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.17.4 +%define version 1.17.5 %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 74bbda462..424272390 100644 --- a/lib/SimpleSAML/Configuration.php +++ b/lib/SimpleSAML/Configuration.php @@ -419,7 +419,7 @@ class Configuration implements Utils\ClearableState */ public function getVersion() { - return '1.17.4'; + return '1.17.5'; } -- GitLab