From e4246a2a0286e553f7544e20f0fd246aeea3d5df Mon Sep 17 00:00:00 2001 From: Olav Morken <olav.morken@uninett.no> Date: Wed, 2 Sep 2020 14:49:19 +0200 Subject: [PATCH] Version 1.19.0-rc1 --- composer.json | 1 + composer.lock | 2 +- extra/simplesamlphp.spec | 2 +- lib/SimpleSAML/Configuration.php | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 6683de56d..239247b56 100644 --- a/composer.json +++ b/composer.json @@ -5,6 +5,7 @@ "keywords": [ "saml2", "shibboleth","oauth","ws-federation","sp","idp" ], "homepage": "http://simplesamlphp.org", "license": "LGPL-2.1-or-later", + "version": "v1.19.0-rc1", "authors": [ { "name": "Andreas Ă…kre Solberg", diff --git a/composer.lock b/composer.lock index e24009819..701ee34b9 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "10ace42afd0f39a29a7e847743677137", + "content-hash": "dcd3999255a95213d7cfc41b58c6077d", "packages": [ { "name": "gettext/gettext", diff --git a/extra/simplesamlphp.spec b/extra/simplesamlphp.spec index b06ae0ef9..d579d1774 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.19.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 63f491cb4..6d5cf9080 100644 --- a/lib/SimpleSAML/Configuration.php +++ b/lib/SimpleSAML/Configuration.php @@ -19,7 +19,7 @@ class Configuration implements Utils\ClearableState /** * The release version of this package */ - public const VERSION = 'master'; + public const VERSION = '1.19.0-rc1'; /** * A default value which means that the given option is required. -- GitLab