From 9772a1b82aa49d4c5075da38eb3f2c43972d5a8d Mon Sep 17 00:00:00 2001
From: Ralf Becker <ralfbecker@outdoor-training.de>
Date: Sat, 7 Aug 2004 18:38:43 +0000
Subject: [PATCH] updated api-version to 1.0.0.003 for the final 1.0 Yuhuuuu
 :-)

---
 phpgwapi/setup/tables_update.inc.php | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/phpgwapi/setup/tables_update.inc.php b/phpgwapi/setup/tables_update.inc.php
index 7a3f671ac1..e08a3bdf0d 100644
--- a/phpgwapi/setup/tables_update.inc.php
+++ b/phpgwapi/setup/tables_update.inc.php
@@ -39,4 +39,11 @@
 		// identical to 1.0.0.001, only created to get a new version of the packages
 		return phpgwapi_upgrade1_0_0_001();
 	}
+
+	$test[] = '1.0.0.003';
+	function phpgwapi_upgrade1_0_0_003()
+	{
+		// identical to 1.0.0.001, only created to get a new version of the final 1.0 packages
+		return phpgwapi_upgrade1_0_0_001();
+	}
 ?>