diff --git a/lib/SimpleSAML/Configuration.php b/lib/SimpleSAML/Configuration.php index d8906eedd1a42e824631f30a55f82e8092b3ee65..f7f0a33c8ce9eb3e3bc6fcd68071cab67efe7d96 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'; }