diff options
author | Jaime Pérez Crespo <jaime.perez@uninett.no> | 2014-02-28 07:43:20 +0000 |
---|---|---|
committer | Jaime Pérez Crespo <jaime.perez@uninett.no> | 2014-02-28 07:43:20 +0000 |
commit | 9b0a16222ef599999073a28406945b75a5eef29c (patch) | |
tree | 7d842679abab77bd87fb120441c51b8b06780921 | |
parent | 5346822589cf10c04bef9cb769b71b171d9063c6 (diff) | |
download | simplesamlphp-simplesamlphp-1.12.0-rc2.zip simplesamlphp-simplesamlphp-1.12.0-rc2.tar.gz simplesamlphp-simplesamlphp-1.12.0-rc2.tar.bz2 |
1.12.0, release candidate 2.simplesamlphp-1.12.0-rc2
git-svn-id: https://simplesamlphp.googlecode.com/svn/tags/simplesamlphp-1.12.0-rc2@3403 44740490-163a-0410-bde0-09ae8108e29a
-rw-r--r-- | lib/SimpleSAML/Configuration.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/SimpleSAML/Configuration.php b/lib/SimpleSAML/Configuration.php index 8d329bd..94cb485 100644 --- a/lib/SimpleSAML/Configuration.php +++ b/lib/SimpleSAML/Configuration.php @@ -295,7 +295,7 @@ class SimpleSAML_Configuration { * @return string */ public function getVersion() { - return '1.12.x'; + return '1.12.0-rc2'; } |