From: <m_h...@us...> - 2006-08-04 22:44:35
|
Revision: 274 Author: m_hildebrand Date: 2006-08-04 15:44:29 -0700 (Fri, 04 Aug 2006) ViewCVS: http://svn.sourceforge.net/tcdb/?rev=274&view=rev Log Message: ----------- Updated code version Modified Paths: -------------- Website/App_Code/Common.cs Modified: Website/App_Code/Common.cs =================================================================== --- Website/App_Code/Common.cs 2006-08-04 21:21:34 UTC (rev 273) +++ Website/App_Code/Common.cs 2006-08-04 22:44:29 UTC (rev 274) @@ -1268,7 +1268,7 @@ public static int ASSIGNMENT_UNFINISHED = 0; public static int ASSIGNMENT_NEW = 3; - public static string TCDB_VERSION = "1.0.0 Alpha 2b"; + public static string TCDB_VERSION = "1.0.0 Alpha 3"; public static bool IS_DEV_ENV = false; public static string RIGHTS_ASSIGNPERMISSION = "assignPermission"; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |