diff options
author | Andreas Åkre Solberg <andreas.solberg@uninett.no> | 2008-03-27 19:39:03 +0000 |
---|---|---|
committer | Andreas Åkre Solberg <andreas.solberg@uninett.no> | 2008-03-27 19:39:03 +0000 |
commit | 7ad4b1d78893c95cdd20b8a716f086ef358a4f6c (patch) | |
tree | 56775b359fd88adc67739e10d9e1fdcac5a299bf | |
parent | bb4ca034c4eeb2dd2cbadf36678cadfcd475471d (diff) | |
download | simplesamlphp-origin/release_1_0.zip simplesamlphp-origin/release_1_0.tar.gz simplesamlphp-origin/release_1_0.tar.bz2 |
Setting version to 1.0 in config templateorigin/release_1_0
git-svn-id: https://simplesamlphp.googlecode.com/svn/branches/release_1_0@470 44740490-163a-0410-bde0-09ae8108e29a
-rw-r--r-- | config-templates/config.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config-templates/config.php b/config-templates/config.php index 21943d3..2840ec0 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 |