From 7c396d75acfb8df6b4c0dc8f63e8236e624203df Mon Sep 17 00:00:00 2001 From: Olav Morken <olav.morken@uninett.no> Date: Mon, 31 May 2010 11:43:12 +0000 Subject: [PATCH] simplesamlphp-1.6.0 git-svn-id: https://simplesamlphp.googlecode.com/svn/tags/simplesamlphp-1.6.0@2332 44740490-163a-0410-bde0-09ae8108e29a --- 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 700dd52d9..14e6d3a6b 100644 --- a/lib/SimpleSAML/Configuration.php +++ b/lib/SimpleSAML/Configuration.php @@ -290,7 +290,7 @@ class SimpleSAML_Configuration { public function getVersion($verbose = FALSE) { - return 'trunk'; + return '1.6.0'; } -- GitLab