From 7ad4b1d78893c95cdd20b8a716f086ef358a4f6c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andreas=20=C3=85kre=20Solberg?= <andreas.solberg@uninett.no>
Date: Thu, 27 Mar 2008 19:39:03 +0000
Subject: [PATCH] Setting version to 1.0 in config template

git-svn-id: https://simplesamlphp.googlecode.com/svn/branches/release_1_0@470 44740490-163a-0410-bde0-09ae8108e29a
---
 config-templates/config.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config-templates/config.php b/config-templates/config.php
index 21943d392..2840ec06a 100644
--- a/config-templates/config.php
+++ b/config-templates/config.php
@@ -30,7 +30,7 @@ $config = array (
 	'loggingdir'            => 'log/',
 	
 	
-	'version'				=>	'0.9.1',
+	'version'				=>	'1.0',
 	
 	/**
 	 * If you set the debug parameter to true, all SAML messages will be visible in the
-- 
GitLab