From: Alan Pippin <apippin@pippins.net>
Date: Sat, 2 Oct 2010 02:11:58 +0000 (-0600)
Subject: Moved version forward to 1.0.0
X-Git-Tag: release_1_0_0
X-Git-Url: http://git.pippins.net/%27%20.%20%24this-%3Ephpgw_js_url%20.%20%27/jscalendar/%7Blink_attendance%7D?a=commitdiff_plain;h=7732814a0cc840eaf4f213234e5010bcfbadb1cd;p=eq%2F.git

Moved version forward to 1.0.0
---

diff --git a/setup/setup.inc.php b/setup/setup.inc.php
index 5ae2872..4411c3c 100644
--- a/setup/setup.inc.php
+++ b/setup/setup.inc.php
@@ -14,7 +14,7 @@
 	/* Basic information about this app */
 	$setup_info['tc']['name']      = 'tc';
 	$setup_info['tc']['title']     = '3rd Counselor';
-	$setup_info['tc']['version']   = '0.5.0';
+	$setup_info['tc']['version']   = '1.0.0';
 	$setup_info['tc']['app_order'] = 8;
 	$setup_info['tc']['enable']    = 1;
 	
@@ -22,9 +22,9 @@
 	$setup_info['tc']['author']    = 'Alan J. Pippin';
 	$setup_info['tc']['license']   = 'GPL';
 	$setup_info['tc']['description'] =
-		'This app provides tools to help manage a Priesthood Elders Quorum or High Priest Group';
+		'Module for managing the administrative tasks of a Mormon Elders Quorum or High Priest Group';
 	$setup_info['tc']['note'] =
-		'This was created for the Miramont Ward.';
+		'Originally developed by Alan Pippin; Recent contributions and maintenance done by Owen Leonard';
 	$setup_info['tc']['maintainer'] = 'Alan J. Pippin';
 	$setup_info['tc']['maintainer_email'] = 'apippin@pippins.net';
 	
diff --git a/tc.spec b/tc.spec
index 1f38427..ddd34ef 100644
--- a/tc.spec
+++ b/tc.spec
@@ -1,6 +1,6 @@
 %define packagename tc
 %define phpgwdirname tc
-%define version 0.0.1.000
+%define version 1.0.0
 
 # This is for Mandrake RPMS 
 # (move these below the RedHat ones for Mandrake RPMs)