From ac358ed1b3a1ecfa25bdaa4be5ca236020457e10 Mon Sep 17 00:00:00 2001
From: Frank Karlitschek <frank@owncloud.org>
Date: Sun, 24 Jun 2012 11:38:54 +0200
Subject: [PATCH] 4.0.3a Two important fixes after 4.0.3

---
 lib/util.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/util.php b/lib/util.php
index deda084027..d5d0d771a8 100644
--- a/lib/util.php
+++ b/lib/util.php
@@ -91,7 +91,7 @@ class OC_Util {
 	 * @return string
 	 */
 	public static function getVersionString(){
-		return '4.0.3';
+		return '4.0.3a';
 	}
 
         /**
-- 
GitLab