Added a new entry to the action table: Notification was displayed in the listing
[gnucomo.git] / src / gcm_daemon / gcm_daemon.php
index b9d8bcb..3be6fe2 100755 (executable)
@@ -20,7 +20,7 @@
 
 */
 
-// $Id: gcm_daemon.php,v 1.7 2003-02-14 06:35:09 arjen Exp $
+// $Id: gcm_daemon.php,v 1.8 2003-02-16 08:24:06 arjen Exp $
 
 ini_set('include_path', '.:./classes:../phpclasses');
 
@@ -37,7 +37,7 @@ require_once "gnucomo.process_log.php";
 $project_name  = "gnucomo";    //name of the entire project
 $app_name      = "gcm_daemon"; //name of the application running
 $developrelease = "TRUE";      //Indicates if special debug settings are needed
-$db_version    = 30;           //The db_version indicates what the level of 
+$db_version    = 31;           //The db_version indicates what the level of 
                                //the database should be. If the database is 
                                //old an update will be generated.
 $gcmd_version   = 3;           //This value indicates the active version of the gcm_daemon,