From 267c56b3562f88259daa8fec5bffee966134e7f2 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 11:15:57 +0000
Subject: [PATCH] Set version to 1.4: new release

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1404 44740490-163a-0410-bde0-09ae8108e29a
---
 lib/SimpleSAML/Configuration.php | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/lib/SimpleSAML/Configuration.php b/lib/SimpleSAML/Configuration.php
index 83d3e0352..d8906eedd 100644
--- a/lib/SimpleSAML/Configuration.php
+++ b/lib/SimpleSAML/Configuration.php
@@ -251,7 +251,8 @@ class SimpleSAML_Configuration {
 
 
 	public function getVersion($verbose = FALSE) {
-		return 'trunk post-1.3';
+		#return 'trunk post-1.3';
+		return 'trunk 1.4';
 	}
 
 
-- 
GitLab