From bb2da57d4020f283f0dea5545e9dd51856afc191 Mon Sep 17 00:00:00 2001 From: Jaime Perez Crespo <jaime.perez@uninett.no> Date: Thu, 24 Dec 2015 15:56:28 +0100 Subject: [PATCH] Rename the development version from "trunk" to "master". --- lib/SimpleSAML/Configuration.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/SimpleSAML/Configuration.php b/lib/SimpleSAML/Configuration.php index 64512ef25..4c0b878a7 100644 --- a/lib/SimpleSAML/Configuration.php +++ b/lib/SimpleSAML/Configuration.php @@ -323,7 +323,7 @@ class SimpleSAML_Configuration */ public function getVersion() { - return 'trunk'; + return 'master'; } -- GitLab