From 72900228fa0b79f0981d7e3092f731bf69a76793 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=85kre=20Solberg?= <andreas.solberg@uninett.no> Date: Thu, 12 Mar 2009 12:05:09 +0000 Subject: [PATCH] post 1.4 version git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1406 44740490-163a-0410-bde0-09ae8108e29a --- lib/SimpleSAML/Configuration.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/SimpleSAML/Configuration.php b/lib/SimpleSAML/Configuration.php index d8906eedd..f7f0a33c8 100644 --- a/lib/SimpleSAML/Configuration.php +++ b/lib/SimpleSAML/Configuration.php @@ -251,8 +251,7 @@ class SimpleSAML_Configuration { public function getVersion($verbose = FALSE) { - #return 'trunk post-1.3'; - return 'trunk 1.4'; + return 'trunk post-1.4'; } -- GitLab