Revision: 3381
Author:
jai...@gmail.com
Date: Mon Feb 24 19:19:22 2014 UTC
Log: 1.12.0, release candidate 1.
http://code.google.com/p/simplesamlphp/source/detail?r=3381
Added:
/branches/simplesamlphp-1.12
/tags/simplesamlphp-1.12-rc1
Deleted:
/branches/simplesamlphp-1.12/modules/discojuice
/tags/simplesamlphp-1.12-rc1/modules/discojuice
Modified:
/branches/simplesamlphp-1.12/lib/SimpleSAML/Configuration.php
/tags/simplesamlphp-1.12-rc1/lib/SimpleSAML/Configuration.php
=======================================
--- /trunk/lib/SimpleSAML/Configuration.php Tue Nov 26 14:30:26 2013 UTC
+++ /branches/simplesamlphp-1.12/lib/SimpleSAML/Configuration.php Mon Feb
24 19:19:22 2014 UTC
@@ -295,7 +295,7 @@
* @return string
*/
public function getVersion() {
- return 'trunk';
+ return '1.12.x';
}
=======================================
--- /trunk/lib/SimpleSAML/Configuration.php Tue Nov 26 14:30:26 2013 UTC
+++ /tags/simplesamlphp-1.12-rc1/lib/SimpleSAML/Configuration.php Mon Feb
24 19:19:22 2014 UTC
@@ -295,7 +295,7 @@
* @return string
*/
public function getVersion() {
- return 'trunk';
+ return '1.12.0-rc1';
}