From 4abe2f21be49b7a06e7b5a678c0bd9270cc27dde Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andreas=20=C3=85kre=20Solberg?= <andreas.solberg@uninett.no>
Date: Tue, 4 Nov 2008 10:56:18 +0000
Subject: [PATCH] updated changelog revision and added version trunk post-1.3
 in the configuration class

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@973 44740490-163a-0410-bde0-09ae8108e29a
---
 docs/source/simplesamlphp-changelog.xml | 2 +-
 lib/SimpleSAML/Configuration.php        | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/source/simplesamlphp-changelog.xml b/docs/source/simplesamlphp-changelog.xml
index fb2a6fe99..8431b56ec 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 a0917127c..e33b77b36 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';
 	}
 
 
-- 
GitLab