From 0b0d0df2a05b88c5d42bea45e4a7e95714da0038 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jaime=20Pe=CC=81rez=20Crespo?= <jaime.perez@uninett.no>
Date: Mon, 16 Oct 2017 14:46:48 +0200
Subject: [PATCH] Revert "Update version to 1.15.0-rc1"

This reverts commit 0917046cd8fa46e6c130bc61047782c3575f82c4.
---
 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 9cbcfe2a6..7118153f6 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.15.0-rc1
+%define version   dev
 %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 ead6422a8..e2a9fdbc1 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 '1.15.0-rc1';
+        return 'master';
     }
 
 
-- 
GitLab