Skip to content

Commit 083a643

Browse files
committed
Setting version number to 1.16.0-rc1
1 parent 4c1c19c commit 083a643

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "simplesamlphp/simplesamlphp",
33
"description": "A PHP implementation of a SAML 2.0 service provider and identity provider, also compatible with Shibboleth 1.3 and 2.0.",
4+
"version": "1.16.0-rc1",
45
"type": "project",
56
"keywords": [ "saml2", "shibboleth","oauth","ws-federation","sp","idp" ],
67
"homepage": "http://simplesamlphp.org",

extra/simplesamlphp.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
%define name simplesamlphp
22
%define summary SAML IDP/SP written in PHP
3-
%define version dev
3+
%define version 1.16.0-rc1
44
%define release 1
55
%define license LGPL 2.1
66
%define group Networking/WWW

lib/SimpleSAML/Configuration.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@ public function copyFromBase($instancename, $filename)
414414
*/
415415
public function getVersion()
416416
{
417-
return 'master';
417+
return '1.16.0-rc1';
418418
}
419419

420420

0 commit comments

Comments
 (0)