From 0917046cd8fa46e6c130bc61047782c3575f82c4 Mon Sep 17 00:00:00 2001 From: Thijs Kinkhorst <thijs@kinkhorst.com> Date: Fri, 22 Sep 2017 14:04:52 +0000 Subject: [PATCH] Update version to 1.15.0-rc1 --- 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 7118153f6..9cbcfe2a6 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 dev +%define version 1.15.0-rc1 %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 e2a9fdbc1..ead6422a8 100644 --- a/lib/SimpleSAML/Configuration.php +++ b/lib/SimpleSAML/Configuration.php @@ -386,7 +386,7 @@ class SimpleSAML_Configuration implements \SimpleSAML\Utils\ClearableState */ public function getVersion() { - return 'master'; + return '1.15.0-rc1'; } -- GitLab