diff --git a/docs/source/simplesamlphp-changelog.xml b/docs/source/simplesamlphp-changelog.xml index fb2a6fe997736d7e41010b0b8422851b43fede88..8431b56eca328ba97a103bd3749dac3c1ff46095 100644 --- a/docs/source/simplesamlphp-changelog.xml +++ b/docs/source/simplesamlphp-changelog.xml @@ -13,7 +13,7 @@ <section> <title>Version 1.3</title> - <para>Released 2008-11-04. Revision 970.</para> + <para>Released 2008-11-04. Revision 973.</para> <para>Configuration file <filename>config.php</filename> should not include significant changes, except one language added.</para> diff --git a/lib/SimpleSAML/Configuration.php b/lib/SimpleSAML/Configuration.php index a0917127c1fe7223d5a355599f07d4a59c90ad55..e33b77b3622f2a9b795b70814c1c765553fb0939 100644 --- a/lib/SimpleSAML/Configuration.php +++ b/lib/SimpleSAML/Configuration.php @@ -63,7 +63,7 @@ class SimpleSAML_Configuration { } public function getVersion($verbose = FALSE) { - return 'trunk'; + return 'trunk post-1.3'; }