Skip to content

Commit b823278

Browse files
committed
Fix
1 parent eecb1c1 commit b823278

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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 2.0.0-rc1
3+
%define version dev
44
%define release 1
55
%define license LGPL 2.1
66
%define group Networking/WWW

src/SimpleSAML/Configuration.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ class Configuration implements Utils\ClearableState
4242
/**
4343
* The release version of this package
4444
*/
45-
public const VERSION = '2.0.0-rc1';
45+
public const VERSION = 'dev-master';
4646

4747
/**
4848
* A default value which means that the given option is required.

0 commit comments

Comments
 (0)